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_reactions.cpp

    r2068 r2096  
    19501950        { 
    19511951                rate = p->second; 
    1952                 realnum oldrk = rate->rk; 
     1952                realnum oldrk = (realnum)rate->rk; 
    19531953                ASSERT(rate->fun != NULL); 
    19541954                rate->rk = rate->a*rate->fun(rate);