Changes between Version 8 and Version 9 of AstroBearObjectTracers


Ignore:
Timestamp:
10/22/12 12:49:15 (12 years ago)
Author:
Erica Kaminski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • AstroBearObjectTracers

    v8 v9  
    1111CALL !AddTracer(!MyClump%iTracer, "!ClumpTracer")
    1212
    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.
     13First, 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. Second, the name of the tracer is passed in, which is here called "!ClumpTracer". This name is recognized by a visualization program such as Visit as a new variable.
    1414
    1515Next, the tracer is distributed throughout the clump by the line in clumps.f90: