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/molcol.cpp

    r2042 r2096  
    3939                for( i=0; i < mole.num_calc; i++ ) 
    4040                { 
    41                         mole.list[i]->column += (realnum) mole.list[i]->den*radius.drad_x_fillfac; 
     41                        mole.list[i]->column += (realnum)(mole.list[i]->den*radius.drad_x_fillfac); 
    4242                } 
    4343        }