Differences From Artifact [3c59bd0844]:
- Executable file mttroot/mtt/cc/include/useful-functions.hh — part of check-in [01eb15b39a] at 2001-03-24 23:13:56 on branch origin/master — Declared static functions ((unused)) to eliminate warnings building .oct. (user: geraint@users.sourceforge.net, size: 1845) [annotate] [blame] [check-ins using] [more...]
To Artifact [37750f990b]:
- Executable file
mttroot/mtt/cc/include/useful-functions.hh
— part of check-in
[47742bde53]
at
2001-04-11 09:44:26
on branch origin/master
— Fixed cc and c problems to do with pow(x,y) and integers
mtt/lib/reduce/fix_c.r is included in rdae2dae and cse2smx_lang for
-c, -cc and -oct options (user: gawthrop@users.sourceforge.net, size: 1881) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 | #ifndef HAVE_USEFUL_FUNCTIONS_HH #define HAVE_USEFUL_FUNCTIONS_HH #ifdef __CPLUSPLUS template <class class_t> #else | > > | 1 2 3 4 5 6 7 8 9 | #define pi 3.14159 // Predefine pi #ifndef HAVE_USEFUL_FUNCTIONS_HH #define HAVE_USEFUL_FUNCTIONS_HH #ifdef __CPLUSPLUS template <class class_t> #else |
︙ | ︙ |