This HTML automatically generated with rman for NEMO
Table of Contents

Name

hugh - binary format for N-body snapshot files

Synopsis


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] */
}

Description

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.

See Also

snapshot(5NEMO) , rv(5NEMO)

Author

Peter Teuben

Files


~/inc/rv.h

Update History


3-may-94    man written     PJT


Table of Contents