Show
Ignore:
Timestamp:
03/15/08 05:40:05 (10 months ago)
Author:
rjrw
Message:

Fix most VS warnings

Fix bug in ordering of reactants (made obvious by VS warning on
unreachable code).

Switch off extended grain network, to get better A/B comparison with
trunk code -- previously Si freeze-out on to grains stopped CO forming
deep in pdr_leiden_f1.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/newmole/source/hydro_bauman.cpp

    r1780 r1846  
    10961096                cdEXIT(EXIT_FAILURE); 
    10971097        } 
    1098         return 0.0; 
    10991098} 
    11001099 
     
    12821281        printf( "This code should be inaccessible\n\n" ); 
    12831282        cdEXIT(EXIT_FAILURE); 
    1284         return null_mx; 
    12851283} 
    12861284 
     
    34543452        printf(" This code should be inaccessible\n\n"); 
    34553453        cdEXIT(EXIT_FAILURE); 
    3456         return 0.0; 
    34573454} 
    34583455