summaryrefslogtreecommitdiff
path: root/contrib/fourier
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/fourier')
-rw-r--r--contrib/fourier/Fourier.v8
-rw-r--r--contrib/fourier/fourier.ml4
2 files changed, 3 insertions, 9 deletions
diff --git a/contrib/fourier/Fourier.v b/contrib/fourier/Fourier.v
index 1a1a5055..024aa1c3 100644
--- a/contrib/fourier/Fourier.v
+++ b/contrib/fourier/Fourier.v
@@ -6,16 +6,10 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(* $Id: Fourier.v 9178 2006-09-26 11:18:22Z barras $ *)
+(* $Id: Fourier.v 11672 2008-12-12 14:45:09Z herbelin $ *)
(* "Fourier's method to solve linear inequations/equations systems.".*)
-Declare ML Module "quote".
-Declare ML Module "ring".
-Declare ML Module "fourier".
-Declare ML Module "fourierR".
-Declare ML Module "field".
-
Require Export Fourier_util.
Require Export LegacyField.
Require Export DiscrR.
diff --git a/contrib/fourier/fourier.ml b/contrib/fourier/fourier.ml
index ed804e94..195d8605 100644
--- a/contrib/fourier/fourier.ml
+++ b/contrib/fourier/fourier.ml
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(* $Id: fourier.ml 5920 2004-07-16 20:01:26Z herbelin $ *)
+(* $Id: fourier.ml 11671 2008-12-12 12:43:03Z herbelin $ *)
(* Méthode d'élimination de Fourier *)
(* Référence:
@@ -202,4 +202,4 @@ let test2=[
deduce test2;;
unsolvable test2;;
-*) \ No newline at end of file
+*)