Changes between Version 11 and Version 12 of AstroBearObjectTracers
- Timestamp:
- 10/22/12 12:50:20 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AstroBearObjectTracers
v11 v12 15 15 Next, the tracer is distributed throughout the clump by the line in clumps.f90: 16 16 17 IF ( !Clump%iTracer .ne. 0) s(!Clump%iTracer) = s(1)17 IF (Clump%iTracer .ne. 0) s(Clump%iTracer) = s(1) 18 18 19 19 This line says, if there is an assigned slot in q for the tracer, than assign as that tracer's value, s(1), where s(1) is defined earlier in clumps.f90 as: