Changeset 2045 for trunk/source/ion_trim.cpp
- Timestamp:
- 05/12/08 03:16:01 (6 months ago)
- Files:
-
- 1 modified
-
trunk/source/ion_trim.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/ion_trim.cpp
r1960 r2045 5 5 #include "cddefines.h" 6 6 #include "elementnames.h" 7 #include "radius.h" 7 8 #include "heavy.h" 8 9 #include "conv.h" … … 190 191 elementnames.chElementName[nelem]); 191 192 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", 193 195 dense.gas_phase[ipHYDROGEN]); 194 196 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"); 196 202 lgAbort = true; 197 203 return;
