IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25814


Ignore:
Timestamp:
Oct 8, 2009, 5:06:08 PM (17 years ago)
Author:
eugene
Message:

test for existence of SURVEY_DIFF and SURVEY_MAGIC books before creating them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/survey.pro

    r24989 r25814  
    44check.globals
    55
    6 book create SURVEY_DIFF
    7 book create SURVEY_MAGIC
     6book getbook SURVEY_DIFF -var isBook
     7if ("$isBook" == "NULL")
     8  book create SURVEY_DIFF
     9end
     10book getbook SURVEY_MAGIC -var isBook
     11if ("$isBook" == "NULL")
     12  book create SURVEY_MAGIC
     13end
    814
    915$SURVEY_DIFF_DB = 0
Note: See TracChangeset for help on using the changeset viewer.