HTML automatically generated with rman
Table of Contents
hugh - binary format for N-body snapshot files
typedef struct hugh_snapshot {
int dummy; /* dummy (fortran) size filler */
float time;
int itime;
int nbody;
float dt;
int pad[204]; /* ??? foffset = (4+2 +200+2 +1)*4; ??? */
float *par; /* float par[3*nbody] */
/* ??? foffset = (4+2 +200+2 +3*nobj+2 +1)*4; */
float *pav; /* float pav[3*nbody] */
}
RV is the format used by Couchman in his fortran code to store
N-particle data. Be careful when trying to read data, as it may be machine
dependant.
snapshot(5NEMO)
, rv(5NEMO)
Peter Teuben
~/inc/rv.h
3-may-94 man written PJT
Table of Contents