Changeset 14691 for trunk/FACT++/src


Ignore:
Timestamp:
11/25/12 12:50:06 (12 years ago)
Author:
tbretz
Message:
Added 'horizon' as option for the Sun
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/InterpreterV8.cc

    r14690 r14691  
    15671567
    15681568        const string str = Tools::Trim(arg);
     1569        if (str==string("horizon").substr(0, str.length()))
     1570            hrz = LN_SOLAR_STANDART_HORIZON;
    15691571        if (str==string("civil").substr(0, str.length()))
    15701572            hrz = LN_SOLAR_CIVIL_HORIZON;
Note: See TracChangeset for help on using the changeset viewer.