Show
Ignore:
Timestamp:
05/30/08 07:04:12 (6 months ago)
Author:
gary
Message:

add explicit casts to (realnum) to silence warnings in vs

Files:
1 modified

Legend:

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

    r2055 r2096  
    133133 
    134134        /* total H2 - all forms */ 
    135         hmi.H2_total = (realnum) findspecies("H2*")->den + findspecies("H2")->den; 
     135        hmi.H2_total = (realnum)(findspecies("H2*")->den + findspecies("H2")->den); 
    136136        /* first guess at ortho and para densities */ 
    137137        h2.ortho_density = 0.75*hmi.H2_total;