Changeset 8545 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 06/11/07 16:49:41 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8543 r8545 19 19 -*-*- END OF LINE -*-*- 20 20 21 2007/06/06 Markus Meyer 22 23 * Cosy/tpoint/: 24 - added tpoint files from Jan. 2007 to June 2007 21 2007/06/11 Thomas Bretz 22 23 * sponde.cc: 24 - added check for validity of resource file 25 26 * mbase/MMath.cc: 27 - small speed improvement to calclation of three solutions 28 for the third order pol. 29 - for a second order pol. set x1 and x2 if it has only one 30 solution 31 32 * mbase/MMath.h: 33 - speed improvement using ::cbrt instead of pow(x, 1/3) 34 35 * mcalib/MCalibrationChargeCalc.cc: 36 - improved output 37 38 * mextralgo/MExtralgoSpline.cc: 39 - speed improvement by using a look up table for often used 40 and identical coefficients 41 - use MMath::SolvePol2 to get the null-points of the first 42 derivative (EvalDerivEq0) 43 - removed a lot of old an obsolete comments 25 44 26 45
Note:
See TracChangeset
for help on using the changeset viewer.