version 1.23, 2003/07/17 23:37:01 |
version 1.25, 2003/08/20 01:39:17 |
|
|
/* global.c $OpenXM: OpenXM/src/kan96xx/Kan/global.c,v 1.22 2003/07/17 07:33:03 takayama Exp $ */ |
/* global.c $OpenXM: OpenXM/src/kan96xx/Kan/global.c,v 1.24 2003/08/19 08:02:09 takayama Exp $ */ |
#include <stdio.h> |
#include <stdio.h> |
#include <setjmp.h> |
#include <setjmp.h> |
#include "datatype.h" |
#include "datatype.h" |
Line 105 int CmoDMSOutputOption = 0; /* Output with |
|
Line 105 int CmoDMSOutputOption = 0; /* Output with |
|
int SecureMode = 0; |
int SecureMode = 0; |
int Ecart = 0; |
int Ecart = 0; |
int EcartAutomaticHomogenization = 0; |
int EcartAutomaticHomogenization = 0; |
|
int TraceLift = 0; |
|
struct ring *TraceLift_ringmod = NULL; |
|
int DoCancel = 0; |
|
|
/* global variables for stackmachine.c */ |
/* global variables for stackmachine.c */ |
int VerboseStack = 1; /* 0 is quiet, 1 is standard, 2 ... */ |
int VerboseStack = 1; /* 0 is quiet, 1 is standard, 2 ... */ |