Changeset 1974

Show
Ignore:
Timestamp:
04/28/08 08:34:44 (2 weeks ago)
Author:
gary
Message:

comment out hydro cs check that fails at very high resolution continuum mesh

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/c07.02_branch/source/sanity_check.cpp

    r793 r1974  
    1212#include "rfield.h" 
    1313#include "taulines.h" 
    14 #include "hypho.h" 
    1514#include "iso.h" 
    1615#include "opacity.h" 
     
    7069 
    7170        long n, logu, loggamma2; 
    72         long ipISO; 
    7371 
    7472        const int NDIM = 10; 
     
    523521 
    524522        /* check photo cross sections for H */ 
     523#       if 0 
     524#include "hypho.h" 
    525525        ipISO = 0; 
    526526        nelem = 0; 
     
    562562                if( error > 0.05 ) 
    563563                { 
    564                         fprintf(ioQQQ , "SanityCheck finds insane H photo cs\n"); 
     564                        fprintf(ioQQQ , "SanityCheck finds insane H photo cs error %.2e\n",error); 
    565565                        lgOK = false; 
    566566                } 
    567567        } 
     568#       endif 
    568569                                                 
    569570        /*********************************************************