Skip to content

Commit

Permalink
consistency check: de-rearranged
Browse files Browse the repository at this point in the history
  • Loading branch information
h-dh committed Jan 14, 2016
1 parent 07bac2d commit 88c9a46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/QA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -536,9 +536,6 @@ QA::init(void)

qaExp.init(optStr);

// check consistency between sub-sequent files or experiments
(void) checkConsistency(*pIn) ;

// DRS and CV specifications
drs_cv_table.read(table_DRS_CV);

Expand Down Expand Up @@ -581,6 +578,9 @@ QA::init(void)
return true;
}

// check consistency between sub-sequent files or experiments
(void) checkConsistency(*pIn) ;

if( !isCheckTime )
notes->setCheckTimeStr("OMIT");
else if( qaTime.isTime && checkDataBody(qaTime.name) )
Expand Down

0 comments on commit 88c9a46

Please sign in to comment.