Changeset 5110 for trunk/MagicSoft/Simulation/Detector/Starfield/star.hxx
- Timestamp:
- 09/17/04 18:36:25 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Starfield/star.hxx
r341 r5110 4 4 5 5 #include <math.h> 6 #include <string.h>7 6 #include <stdio.h> 8 #include <iostream.h> 9 #include <fstream.h> 7 #include <iostream> 8 #include <string> 9 #include <fstream> 10 10 #include "jcmacros.h" 11 11 … … 63 63 #endif 64 64 65 65 using namespace std; 66 66 67 67 class star{
Note:
See TracChangeset
for help on using the changeset viewer.