| 59 | } |
| 60 | |
| 61 | void |
| 62 | Castro::ParticleCheckPoint(const std::string& dir) |
| 63 | { |
| 64 | if (level == 0) |
| 65 | { |
| 66 | if (TracerPC) |
| 67 | TracerPC->Checkpoint(dir, chk_tracer_particle_file); |
| 68 | } |
| 69 | } |
| 70 | |
| 71 | void |
| 72 | Castro::ParticlePlotFile(const std::string& dir) |
nothing calls this directly
no outgoing calls
no test coverage detected