Changes between Version 7 and Version 8 of AstroBearObjectTracers
- Timestamp:
- 10/22/12 12:48:10 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AstroBearObjectTracers
v7 v8 11 11 CALL !AddTracer(!MyClump%iTracer, "!ClumpTracer") 12 12 13 This call passes in a non-zero integer to index the tracer in q, which is assigned in the routine AddTracer, by identifying the next empty slot in q, as well as the name of the tracer, here "!ClumpTracer". This name is then recognized by a visualization program such as Visit as a new variable.13 This call passes in a non-zero integer to index the tracer in q, which is assigned in the routine !AddTracer, by identifying the next empty slot in q, as well as the name of the tracer, here "!ClumpTracer". This name is then recognized by a visualization program such as Visit as a new variable. 14 14 15 15 Next, the tracer is distributed throughout the clump by the line in clumps.f90: