aboutsummaryrefslogtreecommitdiff
path: root/rat2float.c
diff options
context:
space:
mode:
Diffstat (limited to 'rat2float.c')
-rw-r--r--rat2float.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rat2float.c b/rat2float.c
index 079c995..f14a267 100644
--- a/rat2float.c
+++ b/rat2float.c
@@ -2,7 +2,7 @@
* Reads a polyhedron file on stdin with rationals and outputs
* an approximation in decimal floating point
*
- * David Bremner. bremner@cs.mcgill.ca
+ * David Bremner. bremner@unb.ca
*
*/
@@ -51,7 +51,7 @@ typedef lrs_mp integer_t;
-#include "rat2float.ds"
+#include "rat2float.h"