Changeset 1846 for branches/newmole/source/heat_sum.cpp
- Timestamp:
- 03/15/08 05:40:05 (10 months ago)
- Files:
-
- 1 modified
-
branches/newmole/source/heat_sum.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/newmole/source/heat_sum.cpp
r1830 r1846 106 106 /* add in if real molecule and not counted above */ 107 107 if(mole.list[i]->location == NULL && mole.list[i]->charge == 0) 108 xNeutralParticleDensity += mole.list[i]->den;108 xNeutralParticleDensity += (realnum)mole.list[i]->den; 109 109 } 110 110
