aboutsummaryrefslogtreecommitdiff
path: root/rat2canon.ds
diff options
context:
space:
mode:
Diffstat (limited to 'rat2canon.ds')
-rw-r--r--rat2canon.ds14
1 files changed, 0 insertions, 14 deletions
diff --git a/rat2canon.ds b/rat2canon.ds
deleted file mode 100644
index 2447acb..0000000
--- a/rat2canon.ds
+++ /dev/null
@@ -1,14 +0,0 @@
-#define DOCSTRING "\n\
-$Id: rat2float.doc 2343 2006-04-04 12:34:35Z bremner $ \n\
-\n\
-rat2canon takes a polytope file with rational or integer coefficents, \n\
-and outputs an equivelent one with normalized right hand side.\n\
-\n\
-\n\
-\n\
-\n\
-\n\
-"
-
-int usage(){ fprintf(stderr,"\n%s\n",rcsid);fprintf(stderr,DOCSTRING); exit(1); }
-#define CHECK_HELP if (argc > 1 && argv[1][0]=='-' && argv[1][1]=='h') usage();