Changeset 749 for trunk/tsuite/programs/mpi/mpi.cpp
- Timestamp:
- 12/26/06 11:40:59 (2 years ago)
- Files:
-
- 1 modified
-
trunk/tsuite/programs/mpi/mpi.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tsuite/programs/mpi/mpi.cpp
r604 r749 76 76 77 77 /* this says whether or not to include the FeII atom */ 78 #define FEII TRUE78 #define FEII true 79 79 80 80 /* quick test - 3 zones, constant temperature, 2 iterations */ 81 #define QUICK_MODEL FALSE81 #define QUICK_MODEL false 82 82 83 83 /* if true the only call cdNoExec */ 84 #define VERY_QUICK_MODEL FALSE85 86 /* says whether to make the large cloudy output, if TRUEthen output created,84 #define VERY_QUICK_MODEL false 85 86 /* says whether to make the large cloudy output, if true then output created, 87 87 * if false then not output, only the emission line intensities. */ 88 #define DO_PRINT FALSE88 #define DO_PRINT false 89 89 90 90 /* print last iteration */ 91 #define PRINT_LAST FALSE91 #define PRINT_LAST false 92 92 93 93 /* set no buffering on output - if true then print as it happens*/ 94 #define NO_BUFFERING FALSE94 #define NO_BUFFERING false 95 95 96 96 /* ============================================================================ */
