Changes between Version 11 and Version 12 of AstroBearObjectTracers


Ignore:
Timestamp:
10/22/12 12:50:20 (12 years ago)
Author:
Erica Kaminski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • AstroBearObjectTracers

    v11 v12  
    1515Next, the tracer is distributed throughout the clump by the line in clumps.f90:
    1616
    17 IF (!Clump%iTracer .ne. 0) s(!Clump%iTracer) = s(1)
     17IF (Clump%iTracer .ne. 0) s(Clump%iTracer) = s(1)
    1818
    1919This 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: