Changeset 2037

Show
Ignore:
Timestamp:
05/10/08 11:36:26 (6 months ago)
Author:
rporter
Message:

trunk/source/sanity_check.cpp - somehow I screwed this print statement up my earlier commit. VS didn't complain, but gcc did.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/sanity_check.cpp

    r2035 r2037  
    525525                        if( error > 0.05 ) 
    526526                        { 
    527                                 fprintf(ioQQQ , "SanityCheck finds insane H photo cs, n,l = %li, %li, expected, found = %e, %e\n"); 
     527                                fprintf(ioQQQ , "SanityCheck finds insane H photo cs, n,l = %li, %li, expected, found = %e, %e, error = %e\n", 
     528                                        n, l, opac.OpacStack[iso.ipOpac[ipISO][nelem][index]-1], cs, error ); 
    528529                                lgOK = false; 
    529530                        }