History of file mttroot/mtt/cc/include/useful-functions.hh at check-in 449e55e2e46b42a0
2021-03-01
| ||
11:39 | Deleted: Cleanup repository after cvs2git conversion. check-in: [af3953deae] user: jeff@gridfinity.com, branch: master, size: 0 | |
2004-02-10
| ||
12:54 | Dummy change (testing syncmail). file: [039f409770] check-in: [71931bacd1] user: geraint@users.sourceforge.net, branch: origin/master, size: 2057 [annotate] [blame] [check-ins using] [diff] | |
11:42 | Defined pi to be 3.1416 if M_PI is not defined. file: [0e72d01a8a] check-in: [abfa7c8ebf] user: geraint@users.sourceforge.net, branch: origin/master, size: 2056 [annotate] [blame] [check-ins using] [diff] | |
2004-01-26
| ||
18:48 | <cmath> must be explicitly included for mex (matlab compiler script) to recognise std::pow. file: [e59a66354c] check-in: [c85b3640cd] user: geraint@users.sourceforge.net, branch: origin/master, size: 1960 [annotate] [blame] [check-ins using] [diff] | |
2003-10-20
| ||
17:10 | Deleted: Created tag version-0-1 check-in: [e62ad9467f] user: gawthrop@users.sourceforge.net, branch: origin/master, size: 0 | |
2003-09-14
| ||
23:05 |
Made pi a constant recognised by MTT for -cc and -oct. Required by NonlinearMSD example. Will cause problems for models which declare pi as a parameter. file: [a82d5274ea] check-in: [b36bb9b4a5] user: geraint@users.sourceforge.net, branch: origin/master, size: 1943 [annotate] [blame] [check-ins using] [diff] | |
2003-09-13
| ||
22:26 | Use std::pow instead of pow to avoid pow double/Complex ambiguity error. file: [681ea58964] check-in: [f222810d22] user: geraint@users.sourceforge.net, branch: origin/master, size: 1865 [annotate] [blame] [check-ins using] [diff] | |
2002-06-17
| ||
14:30 | Does not now define Octave functions unless explicitly compiling for STANDALONE or OCTAVEDLD. file: [f0062089cf] check-in: [0c91fc17d1] user: geraint@users.sourceforge.net, branch: origin/master, size: 1849 [annotate] [blame] [check-ins using] [diff] | |
2002-06-10
| ||
23:20 | Commented out definition of bool - problematic if declared elsewhere. file: [1f4be0464d] check-in: [53aac86d96] user: geraint@users.sourceforge.net, branch: origin/master, size: 1510 [annotate] [blame] [check-ins using] [diff] | |
2002-05-29
| ||
18:40 | Made file C compliant. file: [381e0e03ee] check-in: [27de151df7] user: geraint@users.sourceforge.net, branch: origin/master, size: 1504 [annotate] [blame] [check-ins using] [diff] | |
2002-05-10
| ||
12:41 |
Substitution of pi for its numerical value moved from useful-functions.hh to fix_c.r file: [3f974211f8] check-in: [5b09adc924] user: gawthrop@users.sourceforge.net, branch: origin/master, size: 1395 [annotate] [blame] [check-ins using] [diff] | |
2002-04-23
| ||
09:51 | Deleted: Created branch unlabeled-1.7.2 check-in: [afb9dc617d] user: gawthrop@users.sourceforge.net, branch: origin/unlabeled-1.7.2, size: 0 | |
2001-07-02
| ||
00:34 | gcc-3.0 compatibility. file: [c2133a509b] check-in: [98a5282e8f] user: geraint@users.sourceforge.net, branch: origin/numerical-algebraic-solution, size: 1393 [annotate] [blame] [check-ins using] [diff] | |
2001-06-30
| ||
03:26 | gcc-3.0 compatibility. file: [7422411f93] check-in: [f80e872abe] user: geraint@users.sourceforge.net, branch: origin/numerical-algebraic-solution, size: 1390 [annotate] [blame] [check-ins using] [diff] | |
2001-06-05
| ||
03:20 | added -ae option to select algebraic equation solution method. file: [652bf845ed] check-in: [6e5926c3aa] user: geraint@users.sourceforge.net, branch: origin/numerical-algebraic-solution, size: 1385 [annotate] [blame] [check-ins using] [diff] | |
2001-04-30
| ||
03:02 | Stripped template stuff. file: [61119a71b8] check-in: [100c579558] user: geraint@users.sourceforge.net, branch: origin/master, size: 1479 [annotate] [blame] [check-ins using] [diff] | |
2001-04-23
| ||
22:28 | Templates allow return types to differ from arguments. file: [1c223463ca] check-in: [24dfa443fc] user: geraint@users.sourceforge.net, branch: origin/master, size: 2521 [annotate] [blame] [check-ins using] [diff] | |
2001-04-11
| ||
09:44 |
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 file: [37750f990b] check-in: [47742bde53] user: gawthrop@users.sourceforge.net, branch: origin/master, size: 1881 [annotate] [blame] [check-ins using] [diff] | |
2001-03-24
| ||
23:13 | Declared static functions ((unused)) to eliminate warnings building .oct. file: [3c59bd0844] check-in: [01eb15b39a] user: geraint@users.sourceforge.net, branch: origin/master, size: 1845 [annotate] [blame] [check-ins using] [diff] | |
2001-03-03
| ||
00:49 | Declared functions static to eliminate linker errors due to multiple definitions. file: [6bacf30342] check-in: [228f2e3254] user: geraint@users.sourceforge.net, branch: origin/merging-ode2odes-exe, size: 1292 [annotate] [blame] [check-ins using] [diff] | |
2001-03-02
| ||
00:40 | Fixed stupid typo in max and min functions. file: [f8dd1f5d60] check-in: [f7f1dc1e6a] user: geraint@users.sourceforge.net, branch: origin/merging-ode2odes-exe, size: 1243 [annotate] [blame] [check-ins using] [diff] | |
2001-03-01
| ||
05:05 | Minor revisions. file: [c0b27c8721] check-in: [449e55e2e4] user: geraint@users.sourceforge.net, branch: origin/merging-ode2odes-exe, size: 1048 [annotate] [blame] [check-ins using] [diff] | |
2001-02-05
| ||
04:23 | Simplified. file: [bc3e893dc8] check-in: [89f987075f] user: geraint@users.sourceforge.net, branch: origin/master, size: 946 [annotate] [blame] [check-ins using] [diff] | |
2000-12-28
| ||
09:47 | Added: put under RCS file: [8f3b0557d9] check-in: [9ef1e76549] user: gawthrop@users.sourceforge.net, branch: origin/master, size: 988 [annotate] [blame] [check-ins using] | |