aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-07-26 16:40:11 -0300
committerDavid Bremner <david@tethera.net>2021-07-26 16:40:11 -0300
commit41d90dda4414f3ae5ba2c4fe44ca81c0389933b5 (patch)
tree6650c47134671e52837f3a7b64ed8fced89ed674
parenteb07aaeebae9b77efdd71f6f4c1d4c62dc2de6d7 (diff)
drop obsolete $Id$ strings, whitespace cleanup
-rw-r--r--README3
-rw-r--r--countrows.c3
-rw-r--r--countrows.doc5
-rw-r--r--countrows.h5
-rw-r--r--float2rat.c2
-rw-r--r--float2rat.doc10
-rw-r--r--float2rat.h10
-rw-r--r--rat2canon.doc7
-rw-r--r--rat2canon.h7
-rw-r--r--rat2float.doc9
-rw-r--r--rat2float.h9
-rw-r--r--rat2int.doc9
-rw-r--r--rat2int.h9
13 files changed, 18 insertions, 70 deletions
diff --git a/README b/README
index 52b061d..665f38e 100644
--- a/README
+++ b/README
@@ -1,6 +1,3 @@
-
-$Id$
-
Release 0.9
diff --git a/countrows.c b/countrows.c
index 675b061..13448d7 100644
--- a/countrows.c
+++ b/countrows.c
@@ -6,9 +6,6 @@
*
*/
-static char rcsid[]="$Id: rat2float.c 2343 2006-04-04 12:34:35Z bremner $";
-
-
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
diff --git a/countrows.doc b/countrows.doc
index 48e9e9e..06519b8 100644
--- a/countrows.doc
+++ b/countrows.doc
@@ -1,4 +1,3 @@
-
- Reads a polyhedron file on stdin, counts the rows, and outputs
- an equivalent file with a corrected row count.
+Reads a polyhedron file on stdin, counts the rows, and outputs an
+equivalent file with a corrected row count.
diff --git a/countrows.h b/countrows.h
index e5bf7c2..017b029 100644
--- a/countrows.h
+++ b/countrows.h
@@ -1,5 +1,4 @@
#define DOCSTRING "\n\
-\n\
- Reads a polyhedron file on stdin, counts the rows, and outputs \n\
- an equivalent file with a corrected row count.\n\
+Reads a polyhedron file on stdin, counts the rows, and outputs an\n\
+equivalent file with a corrected row count.\n\
"
diff --git a/float2rat.c b/float2rat.c
index 74faa78..584d637 100644
--- a/float2rat.c
+++ b/float2rat.c
@@ -6,8 +6,6 @@
*
*/
-static char rcsid[]="$Id$";
-
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
diff --git a/float2rat.doc b/float2rat.doc
index 98f16e2..b1d890b 100644
--- a/float2rat.doc
+++ b/float2rat.doc
@@ -1,7 +1,5 @@
-$Id$
-
-Converts floating point coefficent $f$ to rational by the
-simple expedient of outputing 10^k*f/10^k for appropriate
-$k$. Does no reduction of numbers. In particular this may cause overflow in
-old versions of lrs input (and I'm not about cdd).
+Converts floating point coefficent $f$ to rational by the
+simple expedient of outputing 10^k*f/10^k for appropriate
+$k$. Does no reduction of numbers. In particular this may cause overflow in
+old versions of lrs input (and I'm not sure about cdd).
diff --git a/float2rat.h b/float2rat.h
index 613668a..4266c60 100644
--- a/float2rat.h
+++ b/float2rat.h
@@ -1,8 +1,6 @@
#define DOCSTRING "\n\
-$Id: float2rat.doc 2337 2006-04-03 20:42:09Z bremner $\n\
-\n\
-Converts floating point coefficent $f$ to rational by the \n\
-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\
+Converts floating point coefficent $f$ to rational by the\n\
+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 sure about cdd).\n\
"
diff --git a/rat2canon.doc b/rat2canon.doc
index 905071c..882f5b0 100644
--- a/rat2canon.doc
+++ b/rat2canon.doc
@@ -1,10 +1,3 @@
-$Id: rat2float.doc 2343 2006-04-04 12:34:35Z bremner $
-
rat2canon takes a polytope file with rational or integer coefficents,
and outputs an equivelent one with normalized right hand side.
-
-
-
-
-
diff --git a/rat2canon.h b/rat2canon.h
index 5da4256..27d27c4 100644
--- a/rat2canon.h
+++ b/rat2canon.h
@@ -1,11 +1,4 @@
#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\
"
diff --git a/rat2float.doc b/rat2float.doc
index 556a54c..75cf8a1 100644
--- a/rat2float.doc
+++ b/rat2float.doc
@@ -1,12 +1,7 @@
-$Id$
-
-float takes a polytope file with rational or integer coefficents,
-and outputs an approximately equivelent one with floating point
+rat2float takes a polytope file with rational or integer coefficents,
+and outputs an approximately equivelent one with floating point
coefficents.
WARNING: Assumes that numerator and denominator will fit in long integer,
unless compiled with multiprecision support.
-
-
-
diff --git a/rat2float.h b/rat2float.h
index a01c62a..7fd3c34 100644
--- a/rat2float.h
+++ b/rat2float.h
@@ -1,13 +1,8 @@
#define DOCSTRING "\n\
-$Id: rat2float.doc 2343 2006-04-04 12:34:35Z bremner $ \n\
-\n\
-float takes a polytope file with rational or integer coefficents, \n\
-and outputs an approximately equivelent one with floating point \n\
+rat2float takes a polytope file with rational or integer coefficents,\n\
+and outputs an approximately equivelent one with floating point\n\
coefficents.\n\
\n\
WARNING: Assumes that numerator and denominator will fit in long integer,\n\
unless compiled with multiprecision support.\n\
-\n\
-\n\
-\n\
"
diff --git a/rat2int.doc b/rat2int.doc
index 905071c..8319224 100644
--- a/rat2int.doc
+++ b/rat2int.doc
@@ -1,10 +1,3 @@
-$Id: rat2float.doc 2343 2006-04-04 12:34:35Z bremner $
-
-rat2canon takes a polytope file with rational or integer coefficents,
+rat2canon takes a polytope file with rational or integer coefficents,
and outputs an equivelent one with normalized right hand side.
-
-
-
-
-
diff --git a/rat2int.h b/rat2int.h
index 5da4256..b136126 100644
--- a/rat2int.h
+++ b/rat2int.h
@@ -1,11 +1,4 @@
#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\
+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\
"