#--------------------------------------------------------------------------- .help centerflux.h Apr94 source .ih NAME centerflux.h -- Public definitions for centerflux .endhelp #--------------------------------------------------------------------------- # Memory management, string sizes. define CF_SZ_TMPSTRING SZ_COMMAND define Sx Memc[sx] define Sy Memc[sy] # Coordinate Input Files IDs define CF_N_INPUTS 2 define CF_MASK 1 define CF_WAVE 2 # Colon commands define CF_COLON_COMMANDS "|low_reject|high_reject|iterations|center|size|start|end" define CF_COLON_LOW_REJECT 1 define CF_COLON_HIGH_REJECT 2 define CF_COLON_ITERATIONS 3 define CF_COLON_CENTER 4 define CF_COLON_SIZE 5 define CF_COLON_START 6 define CF_COLON_END 7 #--------------------------------------------------------------------------- # End of centerflux.h #---------------------------------------------------------------------------