Changeset 2460
- Timestamp:
- 11/19/08 14:58:03 (7 weeks ago)
- Location:
- branches/rt/source
- Files:
-
- 2 modified
-
date.h (modified) (1 diff)
-
grains.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/rt/source/date.h
r2458 r2460 16 16 #define MONTH 10 17 17 /* day is correct */ 18 #define DAY 1 818 #define DAY 19 19 19 20 20 #endif /* _DATE_H_ */ -
branches/rt/source/grains.cpp
r2458 r2460 5101 5101 * a scale factor for the grain abundance at this position. */ 5102 5102 5103 if( gv.bin[nd]->nDustFunc==DF_ STANDARD)5103 if( gv.bin[nd]->nDustFunc==DF_POSITION ) 5104 5104 { 5105 5105 /* --- DEFINE THE USER-SUPPLIED GRAIN ABUNDANCE FUNCTION HERE --- */
