Changeset 358 in Sophya for trunk/Poubelle/archTOI.old/toiiter.h
- Timestamp:
- Aug 6, 1999, 3:46:37 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Poubelle/archTOI.old/toiiter.h
r350 r358 11 11 #include <string> 12 12 #include "archeopsfile.h" 13 #include "auxgps.h" 13 14 14 15 enum TOIKind { … … 61 62 int getBlockSampleIndex(); // numero d''echantillon dans dernier bloc bolo 62 63 int getSampleIndex(); // numero d''echantillon 64 double getMJD(); 63 65 64 66 block_type_param* lastParam(); … … 125 127 bool fetchAhead(); // avance d''une TOI en nourrissant les interpolateurs 126 128 129 AuxGPS* auxGPS; 130 127 131 private: 128 132 };
Note:
See TracChangeset
for help on using the changeset viewer.