Mercurial > hg > octave-nkf
diff liboctave/Quad.h @ 6108:143b556ce725
[project @ 2006-10-27 01:45:54 by jwe]
author | jwe |
---|---|
date | Fri, 27 Oct 2006 01:45:56 +0000 |
parents | ace8d8d26933 |
children | 93c65f2a5668 |
line wrap: on
line diff
--- a/liboctave/Quad.h +++ b/liboctave/Quad.h @@ -40,11 +40,12 @@ // variable. // Nonzero means an error occurred in the calculation of the integrand // function, and the user wants us to quit. -extern int quad_integration_error; +extern OCTAVE_API int quad_integration_error; #include "Quad-opts.h" class +OCTAVE_API Quad : public Quad_options { public: @@ -87,6 +88,7 @@ }; class +OCTAVE_API DefQuad : public Quad { public: @@ -119,6 +121,7 @@ }; class +OCTAVE_API IndefQuad : public Quad { public: