Overview
Comment: | Declared functions static to eliminate linker errors due to multiple definitions. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/merging-ode2odes-exe | trunk |
Files: | files | file ages | folders |
SHA3-256: |
228f2e3254f5bf1decac83c953ba2e32 |
User & Date: | geraint@users.sourceforge.net on 2001-03-03 00:49:33 |
Other Links: | branch diff | manifest | tags |
Context
2001-03-03
| ||
06:50:38 | Added #SUMMARY lines for ode2odes. check-in: b6d1d2f47e user: geraint@users.sourceforge.net tags: origin/merging-ode2odes-exe, trunk | |
00:49:33 | Declared functions static to eliminate linker errors due to multiple definitions. check-in: 228f2e3254 user: geraint@users.sourceforge.net tags: origin/merging-ode2odes-exe, trunk | |
00:27:14 | Fixed ar options to work with GNU ar. Allow mtt to create dependencies for mtt_%.cc when making mtt_%.oct. check-in: a94223000c user: geraint@users.sourceforge.net tags: origin/merging-ode2odes-exe, trunk | |
Changes
Modified mttroot/mtt/cc/include/useful-functions.hh from [f8dd1f5d60] to [6bacf30342].
︙ | |||
8 9 10 11 12 13 14 | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | - + - + - + - + - + - + - + | #define inline // strip from pre-processed file #define class_t double #endif // __CPLUSPLUS // == Template functions == |