Changeset 19920


Ignore:
Timestamp:
12/20/19 15:24:02 (5 years ago)
Author:
tbretz
Message:
The default observatory should be the preset default not per se 'ORM'
File:
1 edited

Legend:

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

    r19827 r19920  
    19801980    // For constructors, observatory can stay empty if not explicitly given
    19811981    if (offset<2)
    1982         rc.obs = "ORM";
     1982        rc.obs = Nova::LnLatPosn::preset();
    19831983
    19841984    if (!obs.IsEmpty() && !obs->IsUndefined())
Note: See TracChangeset for help on using the changeset viewer.