Changeset 2027 for branches/newmole/source/mole_species.cpp
- Timestamp:
- 05/06/08 14:47:46 (8 months ago)
- Files:
-
- 1 modified
-
branches/newmole/source/mole_species.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/newmole/source/mole_species.cpp
r1938 r2027 616 616 DEBUG_ENTRY("mole_update_species_cache()"); 617 617 618 enum { DEBUG_MOLE = false }; 619 618 620 mole.eden_f = (realnum)dense.eden; /* Need floating point version for compatibility with all other values */ 619 621 … … 621 623 { 622 624 if(mole.list[i]->location != NULL) 625 { 623 626 mole.list[i]->den = *(mole.list[i]->location); 627 if (DEBUG_MOLE) 628 fprintf(ioQQQ,"%s: %f\n",mole.list[i]->label,mole.list[i]->den); 629 } 624 630 } 625 631 … … 665 671 mole.grain_saturation = 1.0; 666 672 } 673 if (DEBUG_MOLE) 674 fprintf(ioQQQ,"Dust: %f %f %f\n", 675 mole.grain_area,mole.grain_density,mole.grain_saturation); 667 676 668 677 }
