Changeset 19767 for trunk/Mars
- Timestamp:
- 10/12/19 20:08:18 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/hawc/atmabs.C
r19764 r19767 12 12 const char *aerosols = "resmc/atmosphere-aerosols.txt"; 13 13 14 MAtmosphere atm( 1,ozone, aerosols);14 MAtmosphere atm(ozone, aerosols); 15 15 16 16 cout << atm.HasValidAerosol() << " " << atm.HasValidOzone() << endl;
Note:
See TracChangeset
for help on using the changeset viewer.