=================================================================== RCS file: /home/cvs/OpenXM/src/kan96xx/Kan/global.c,v retrieving revision 1.19 retrieving revision 1.23 diff -u -p -r1.19 -r1.23 --- OpenXM/src/kan96xx/Kan/global.c 2002/09/08 10:49:49 1.19 +++ OpenXM/src/kan96xx/Kan/global.c 2003/07/17 23:37:01 1.23 @@ -1,4 +1,4 @@ -/* global.c $OpenXM: OpenXM/src/kan96xx/Kan/global.c,v 1.18 2002/02/24 10:27:18 takayama Exp $ */ +/* global.c $OpenXM: OpenXM/src/kan96xx/Kan/global.c,v 1.22 2003/07/17 07:33:03 takayama Exp $ */ #include #include #include "datatype.h" @@ -103,6 +103,8 @@ int CmoDMSOutputOption = 0; /* Output with (1) RING_BY_NAME or (0) DMS_OF_N_VARIABLES. plugin/cmo.c */ int SecureMode = 0; +int Ecart = 0; +int EcartAutomaticHomogenization = 0; /* global variables for stackmachine.c */ int VerboseStack = 1; /* 0 is quiet, 1 is standard, 2 ... */ @@ -135,7 +137,7 @@ int Lookup[TYPES][TYPES]; int Quiet = 0; int TimerOn = 0; -char *VersionString = "3.020908"; +char *VersionString = "3.030718"; char *LeftBracket = NULL; char *RightBracket = NULL;