Changeset 31030 for trunk/ippToPsps/src/Batch.h
- Timestamp:
- Mar 23, 2011, 4:27:17 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/src/Batch.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/src/Batch.h
r31025 r31030 1 /** @file ippToPsps.h1 /** @file Batch.h 2 2 * 3 3 * @brief Batch … … 6 6 * 7 7 * @author IfA 8 * Copyright 20 09Institute for Astronomy, University of Hawaii8 * Copyright 2011 Institute for Astronomy, University of Hawaii 9 9 */ 10 10 … … 21 21 #include "Fits.h" 22 22 #include "InitData.h" 23 #include "Logger.h" 23 24 24 25 /** … … 49 50 int exitCode; // ps exit code 50 51 bool testMode; // test mode boolean 52 Logger* logger; // Logger object 51 53 52 54 // methods … … 66 68 67 69 // public functions 68 bool new_Batch( Batch *this);70 bool new_Batch(Logger* logger, Batch *this); 69 71 70 72 void ippToPsps_VersionPrint(void);
Note:
See TracChangeset
for help on using the changeset viewer.
