Changeset 1974
- Timestamp:
- 04/28/08 08:34:44 (2 weeks ago)
- Files:
-
- branches/c07.02_branch/source/sanity_check.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/c07.02_branch/source/sanity_check.cpp
r793 r1974 12 12 #include "rfield.h" 13 13 #include "taulines.h" 14 #include "hypho.h"15 14 #include "iso.h" 16 15 #include "opacity.h" … … 70 69 71 70 long n, logu, loggamma2; 72 long ipISO;73 71 74 72 const int NDIM = 10; … … 523 521 524 522 /* check photo cross sections for H */ 523 # if 0 524 #include "hypho.h" 525 525 ipISO = 0; 526 526 nelem = 0; … … 562 562 if( error > 0.05 ) 563 563 { 564 fprintf(ioQQQ , "SanityCheck finds insane H photo cs \n");564 fprintf(ioQQQ , "SanityCheck finds insane H photo cs error %.2e\n",error); 565 565 lgOK = false; 566 566 } 567 567 } 568 # endif 568 569 569 570 /*********************************************************
