Changes between Version 5 and Version 6 of AstroBearObjectTracers


Ignore:
Timestamp:
10/22/12 12:46:57 (12 years ago)
Author:
Erica Kaminski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • AstroBearObjectTracers

    v5 v6  
    77This 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.
    88
    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:
     9To 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:
    1010
    1111CALL AddTracer(MyClump%iTracer, "ClumpTracer")