Changeset 19767


Ignore:
Timestamp:
10/12/19 20:08:18 (5 years ago)
Author:
tbretz
Message:
The default obs level is 0 now
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/hawc/atmabs.C

    r19764 r19767  
    1212    const char *aerosols = "resmc/atmosphere-aerosols.txt";
    1313
    14     MAtmosphere atm(1, ozone, aerosols);
     14    MAtmosphere atm(ozone, aerosols);
    1515
    1616    cout << atm.HasValidAerosol() << " " << atm.HasValidOzone() << endl;
Note: See TracChangeset for help on using the changeset viewer.