Changeset 19390 for trunk/FACT++


Ignore:
Timestamp:
11/13/18 16:16:48 (6 years ago)
Author:
tbretz
Message:
The new default observatory is empty which corresponds to PRESET_OBSERVATORY -- set during compile time.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Time.h

    r18966 r19390  
    114114    std::string SecondsTo(const Time & = Time()) const;
    115115
    116     Time GetPrevSunRise(double horizon, const std::string &obs="ORM") const;
    117     Time GetNextSunRise(double horizon, const std::string &obs="ORM") const;
     116    Time GetPrevSunRise(double horizon, const std::string &obs="") const;
     117    Time GetNextSunRise(double horizon, const std::string &obs="") const;
    118118
    119     Time GetPrevSunRise(const std::string &obs="ORM") const;
    120     Time GetNextSunRise(const std::string &obs="ORM") const;
     119    Time GetPrevSunRise(const std::string &obs="") const;
     120    Time GetNextSunRise(const std::string &obs="") const;
    121121
    122     uint32_t NightAsInt(const std::string &obs="ORM") const;
     122    uint32_t NightAsInt(const std::string &obs="") const;
    123123};
    124124
Note: See TracChangeset for help on using the changeset viewer.