Changeset 19919 for trunk


Ignore:
Timestamp:
12/20/19 15:23:11 (5 years ago)
Author:
tbretz
Message:
This script is FACT specific for now. Added a safety check that the default observatory is correct.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/scripts/Main.js

    r19709 r19919  
    897897var system_on;  // undefined
    898898
     899if (sun.observatory!="ORM")
     900    throw new Error("Default observatory set to '"+sun.observatory+"' not as it ought to be [ORM]!");
     901
    899902function processIrq()
    900903{
Note: See TracChangeset for help on using the changeset viewer.