Changeset 2061 for branches/c08_branch/source/stars.cpp
- Timestamp:
- 05/14/08 07:09:15 (8 months ago)
- Files:
-
- 1 modified
-
branches/c08_branch/source/stars.cpp (modified) (15 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/c08_branch/source/stars.cpp
r2034 r2061 78 78 * * char names[MDIM][MNAM+1] * 79 79 * * mpp telg[nmods] * 80 * * realnum anu[ngrid] *81 * * realnum mod1[ngrid] *80 * * realnum anu[ngrid] * 81 * * realnum mod1[ngrid] * 82 82 * * ... * 83 * * realnum modn[ngrid] *83 * * realnum modn[ngrid] * 84 84 * ============================ 85 85 * … … 506 506 grid.name += chODFNew; 507 507 grid.name += ".mod"; 508 grid.scheme = AS_DATA_O NLY;508 grid.scheme = AS_DATA_OPTIONAL; 509 509 /* identification of this atmosphere set, used in 510 510 * the Cloudy output, *must* be 12 characters long */ … … 603 603 604 604 grid.name = ( lgHalo ? "Sc1_costar_halo.mod" : "Sc1_costar_solar.mod" ); 605 grid.scheme = AS_DATA_O NLY;605 grid.scheme = AS_DATA_OPTIONAL; 606 606 /* identification of this atmosphere set, used in 607 607 * the Cloudy output, *must* be 12 characters long */ … … 720 720 721 721 grid.name = FileName; 722 grid.scheme = AS_DATA_O NLY;722 grid.scheme = AS_DATA_OPTIONAL; 723 723 /* identification of this atmosphere set, used in 724 724 * the Cloudy output, *must* be 12 characters long */ … … 773 773 774 774 grid.name = "kurucz79.mod"; 775 grid.scheme = AS_DATA_O NLY;775 grid.scheme = AS_DATA_OPTIONAL; 776 776 /* identification of this atmosphere set, used in 777 777 * the Cloudy output, *must* be 12 characters long */ … … 823 823 824 824 grid.name = "mihalas.mod"; 825 grid.scheme = AS_DATA_O NLY;825 grid.scheme = AS_DATA_OPTIONAL; 826 826 /* identification of this atmosphere set, used in 827 827 * the Cloudy output, *must* be 12 characters long */ … … 1179 1179 else 1180 1180 grid.name = ( lgHalo ? "rauch_h-ca_halo.mod" : "rauch_h-ca_solar.mod" ); 1181 grid.scheme = AS_DATA_O NLY;1181 grid.scheme = AS_DATA_OPTIONAL; 1182 1182 /* identification of this atmosphere set, used in 1183 1183 * the Cloudy output, *must* be 12 characters long */ … … 1213 1213 else 1214 1214 grid.name = ( lgHalo ? "rauch_h-ni_halo.mod" : "rauch_h-ni_solar.mod" ); 1215 grid.scheme = AS_DATA_O NLY;1215 grid.scheme = AS_DATA_OPTIONAL; 1216 1216 /* identification of this atmosphere set, used in 1217 1217 * the Cloudy output, *must* be 12 characters long */ … … 1243 1243 1244 1244 grid.name = "rauch_pg1159.mod"; 1245 grid.scheme = AS_DATA_O NLY;1245 grid.scheme = AS_DATA_OPTIONAL; 1246 1246 /* identification of this atmosphere set, used in 1247 1247 * the Cloudy output, *must* be 12 characters long */ … … 1273 1273 1274 1274 grid.name = "rauch_hydr.mod"; 1275 grid.scheme = AS_DATA_O NLY;1275 grid.scheme = AS_DATA_OPTIONAL; 1276 1276 /* identification of this atmosphere set, used in 1277 1277 * the Cloudy output, *must* be 12 characters long */ … … 1303 1303 1304 1304 grid.name = "rauch_helium.mod"; 1305 grid.scheme = AS_DATA_O NLY;1305 grid.scheme = AS_DATA_OPTIONAL; 1306 1306 /* identification of this atmosphere set, used in 1307 1307 * the Cloudy output, *must* be 12 characters long */ … … 1333 1333 1334 1334 grid.name = "rauch_h+he_3d.mod"; 1335 grid.scheme = AS_DATA_O NLY;1335 grid.scheme = AS_DATA_OPTIONAL; 1336 1336 /* identification of this atmosphere set, used in 1337 1337 * the Cloudy output, *must* be 12 characters long */ … … 1646 1646 grid.name += chMetalicity; 1647 1647 grid.name += ".mod"; 1648 grid.scheme = AS_DATA_O NLY;1648 grid.scheme = AS_DATA_OPTIONAL; 1649 1649 /* identification of this atmosphere set, used in 1650 1650 * the Cloudy output, *must* be 12 characters long */ … … 1753 1753 1754 1754 grid.name = "kwerner.mod"; 1755 grid.scheme = AS_DATA_O NLY;1755 grid.scheme = AS_DATA_OPTIONAL; 1756 1756 /* identification of this atmosphere set, used in 1757 1757 * the Cloudy output, *must* be 12 characters long */ … … 1827 1827 1828 1828 grid.name = "wmbasic.mod"; 1829 grid.scheme = AS_DATA_O NLY;1829 grid.scheme = AS_DATA_OPTIONAL; 1830 1830 /* identification of this atmosphere set, used in 1831 1831 * the Cloudy output, *must* be 12 characters long */
