https://github.com/geodynamics/citcoms
Raw File
Tip revision: c59234914a80773a2b9b69b63279df4dddff34ad authored by Eh Tan on 26 April 2007, 01:19:04 UTC
Move branches/CitcomS/ to tags/pre-2.0 since no development will be done in this branch.
Tip revision: c592349
tracer_defs.h
struct Tracer {
float *tracer_x;
float *tracer_y;
float *tracer_z;
float *itcolor;
float *x_space, *z_space, *y_space;
int NUM_TRACERS;
}r;
back to top