--- trunk/madProps/headers/madProps.h 2002/07/23 16:08:35 45 +++ trunk/madProps/headers/madProps.h 2002/07/23 20:10:49 46 @@ -25,4 +25,7 @@ struct xyz_frame{ atomID *names; }; +extern void map( double *x, double *y, double *z, + double boxX, double boxY, double boxZ ); + #endif