aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbremner <bremner@09fa754a-f411-0410-976a-da6bfa213b30>2006-06-14 20:28:39 +0000
committerbremner <bremner@09fa754a-f411-0410-976a-da6bfa213b30>2006-06-14 20:28:39 +0000
commitfb99a92879de812e14b1002dee0457388a381548 (patch)
tree9402844973ba0bae6d95c977408ccf1a44e340e6
parent1cc3984653972e9eefeccb4d58483dbc64e82ee9 (diff)
added input and output files
git-svn-id: file:///export/data/bremner/svn/trunk/inetools@5407 09fa754a-f411-0410-976a-da6bfa213b30
-rw-r--r--countrows.h3
-rw-r--r--float2rat.h3
-rw-r--r--rat2canon.h1
-rw-r--r--rat2float.h3
4 files changed, 0 insertions, 10 deletions
diff --git a/countrows.h b/countrows.h
index 1d2aa66..e5bf7c2 100644
--- a/countrows.h
+++ b/countrows.h
@@ -3,6 +3,3 @@
Reads a polyhedron file on stdin, counts the rows, and outputs \n\
an equivalent file with a corrected row count.\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();
diff --git a/float2rat.h b/float2rat.h
index c646dbe..613668a 100644
--- a/float2rat.h
+++ b/float2rat.h
@@ -6,6 +6,3 @@ simple expedient of outputing 10^k*f/10^k for appropriate \n\
$k$. Does no reduction of numbers. In particular this may cause overflow in \n\
old versions of lrs input (and I'm not about cdd).\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();
diff --git a/rat2canon.h b/rat2canon.h
index cde340b..5da4256 100644
--- a/rat2canon.h
+++ b/rat2canon.h
@@ -9,4 +9,3 @@ and outputs an equivelent one with normalized right hand side.\n\
\n\
\n\
"
-
diff --git a/rat2float.h b/rat2float.h
index 3148de6..a01c62a 100644
--- a/rat2float.h
+++ b/rat2float.h
@@ -11,6 +11,3 @@ unless compiled with multiprecision support.\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();