Changeset 7531 for trunk/MagicSoft/Mars
- Timestamp:
- 02/27/06 10:25:16 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7529 r7531 18 18 19 19 -*-*- END OF LINE -*-*- 20 2006/02/27 Thomas Bretz 21 22 * macros/optim/optimwobble.C: 23 - fixed a typo (SetThetaCut instead SetAlphaCut) 24 25 20 26 2006/02/25 Daniela Dorner 21 27 -
trunk/MagicSoft/Mars/NEWS
r7522 r7531 2 2 3 3 *** Version <cvs> 4 5 - macros: fixed a typo optimwoble.C (SetThetaCut instead SetAlphaCut) 4 6 5 7 - showplot: path inflation for ganymed files was broken -
trunk/MagicSoft/Mars/macros/optim/optimwobble.C
r7402 r7531 30 30 31 31 MFMagicCuts cuts; 32 cuts.Set AlphaCut(MFMagicCuts::kWobble);32 cuts.SetThetaCut(MFMagicCuts::kWobble); 33 33 34 34 /* You can also try (switch on scaling):
Note:
See TracChangeset
for help on using the changeset viewer.