Changeset 5832 for trunk/MagicSoft/Mars/mtools
- Timestamp:
- 01/14/05 10:23:13 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mtools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtools/MHSimulatedAnnealing.cc
r2817 r5832 33 33 #include "MHSimulatedAnnealing.h" 34 34 35 #include <TVector.h> 35 36 #include <TMatrix.h> 36 37 #include <TObjArray.h> -
trunk/MagicSoft/Mars/mtools/MSimulatedAnnealing.h
r2817 r5832 8 8 #ifndef ROOT_TMatrix 9 9 #include <TMatrix.h> 10 #endif 11 12 #ifndef ROOT_TVector 13 #include <TVector.h> 10 14 #endif 11 15
Note:
See TracChangeset
for help on using the changeset viewer.