Download this file
1 2 3 4 5 6 7 8 9
#ifndef __CDCOR_H #define __CDCOR_H #include "particle.h" void WriteCorFile (FILE *InputFile, Particle_t *a, BOOLEAN UseSelect); void ReadCorFile (FILE *InputFile, Particle_t *a); #endif