Changeset 19009 for trunk


Ignore:
Timestamp:
04/27/18 20:26:32 (6 years ago)
Author:
tbretz
Message:
Value already declared as static const data member
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/msim/MSimAtmosphere.cc

    r18548 r19009  
    452452        // for the estimate of the Mie scattering and Ozone absorption:
    453453        Double_t dh = 1.e3;
    454         const Double_t STEPTHETA = 1.74533e-2; // aprox. 1 degree
     454        //const Double_t STEPTHETA = 1.74533e-2; // aprox. 1 degree
    455455
    456456        // Ozone absorption
     
    488488        // for the estimate of the Mie scattering and Ozone absorption:
    489489        Double_t dh = 1.e3;
    490         const Double_t STEPTHETA = 1.74533e-2; // aprox. 1 degree
     490        //const Double_t STEPTHETA = 1.74533e-2; // aprox. 1 degree
    491491
    492492        /* Mie (aerosol): */
Note: See TracChangeset for help on using the changeset viewer.