Parent Directory
|
Revision Log
|
Patch
| revision 1.20 by kreckel, Mon Jan 24 19:12:31 2000 UTC | revision 1.21 by cbauer, Thu Jan 27 15:26:13 2000 UTC | |
|---|---|---|
| # | Line 24 | Line 24 |
| 24 | #define __GINAC_NUMERIC_H__ | #define __GINAC_NUMERIC_H__ |
| 25 | ||
| 26 | #include <strstream> | #include <strstream> |
| 27 | #include <ginac/basic.h> | #include "basic.h" |
| 28 | #include <ginac/ex.h> | #include "ex.h" |
| 29 | ||
| 30 | class cl_N; // We want to include cln.h only in numeric.cpp in order to | class cl_N; // We want to include cln.h only in numeric.cpp in order to |
| 31 | // avoid namespace pollution and keep compile-time low. | // avoid namespace pollution and keep compile-time low. |
|
||||||||
| Christian Bauer">Christian Bauer | ViewVC Help |
| Powered by ViewVC 1.1.15 |