Show
Ignore:
Timestamp:
05/12/08 03:29:41 (6 months ago)
Author:
gary
Message:

merge of rev 2045 and 2046
set version numbers to beta 1 of C08.00.00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/c08_branch/source/ion_trim.cpp

    r2034 r2047  
    55#include "cddefines.h" 
    66#include "elementnames.h" 
     7#include "radius.h" 
    78#include "heavy.h" 
    89#include "conv.h" 
     
    190191                        elementnames.chElementName[nelem]); 
    191192                fprintf(ioQQQ, 
    192                         "Turn off the element or do not consider gas with low density, the current hydrogen density is %.2e cm-3.\n", 
     193                        "Turn off the element with the command ELEMENT XXX OFF or do not consider " 
     194                        "gas with low density, the current hydrogen density is %.2e cm-3.\n", 
    193195                        dense.gas_phase[ipHYDROGEN]); 
    194196                fprintf(ioQQQ, 
    195                         "abort flag being set.\n"); 
     197                        "The outer radius of the cloud is %.2e cm - should a stopping " 
     198                        "radius be set?\n", 
     199                        radius.Radius ); 
     200                fprintf(ioQQQ, 
     201                        "The abort flag is being set - the calculation is stopping.\n"); 
    196202                lgAbort = true; 
    197203                return;