/* coord.h * * Defining types for mud-coordinates */ #ifndef _COORD_H #define _COORD_H /* type used for the axis */ #define coordt float #define coordtp(x) floatp(x) /* type of coordinate */ #define coord coordt * #endif