Changes between Version 5 and Version 6 of AstroBearObjectTracers
- Timestamp:
- 10/22/12 12:46:57 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AstroBearObjectTracers
v5 v6 7 7 This integer indexes the position in q of the clump tracer. When it is set to 0, there is no slot in q that holds the tracer, hence no tracer is assigned to the clump object. 8 8 9 To add a tracer to the clump object, one must assign a slot in q to hold the tracer. This is done by adding the following to ProblemModuleInit in problem.f90:9 To add a tracer to the clump object, one must assign a slot in q to hold the tracer. This is done by adding the following to !ProblemModuleInit in problem.f90: 10 10 11 11 CALL AddTracer(MyClump%iTracer, "ClumpTracer")