Show
Ignore:
Timestamp:
12/26/06 11:40:59 (2 years ago)
Author:
gary
Message:

tsuite - fix formatting of some sims in slow tsuite suite

programs now compile as c++ - mostly TRUE -> true, etc

htm files in programs now have readme_ as start of name

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tsuite/programs/mpi/mpi.cpp

    r604 r749  
    7676 
    7777/* this says whether or not to include the FeII atom */ 
    78 #define FEII TRUE 
     78#define FEII true 
    7979 
    8080/* quick test - 3 zones, constant temperature, 2 iterations */ 
    81 #define QUICK_MODEL FALSE 
     81#define QUICK_MODEL false 
    8282 
    8383/* if true the only call cdNoExec */ 
    84 #define VERY_QUICK_MODEL FALSE 
    85  
    86 /* says whether to make the large cloudy output, if TRUE then output created, 
     84#define VERY_QUICK_MODEL false 
     85 
     86/* says whether to make the large cloudy output, if true then output created, 
    8787 * if false then not output, only the emission line intensities. */ 
    88 #define DO_PRINT FALSE 
     88#define DO_PRINT false 
    8989 
    9090/* print last iteration */ 
    91 #define PRINT_LAST FALSE 
     91#define PRINT_LAST false 
    9292 
    9393/* set no buffering on output - if true then print as it happens*/ 
    94 #define NO_BUFFERING FALSE 
     94#define NO_BUFFERING false 
    9595 
    9696/* ============================================================================ */