/* header file for standard pcp calculation */

#ifndef __STANDARD_PCP__
#define __STANDARD_PCP__

#define STANDARDISE 1000
#define MIDDLE_OF_CLASS 2000
#define END_OF_CLASS 2001
#define TERMINAL 3000
#define CAPABLE 3001
#define RELATIVE 4000

extern Logical StandardPresentation;

#endif 
