From 208a0f7bfa5249f9795e6e225f309cbe715c0fad Mon Sep 17 00:00:00 2001 From: Samuel Mimram Date: Tue, 21 Nov 2006 21:38:49 +0000 Subject: Imported Upstream version 8.1~gamma --- contrib/fourier/Fourier.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/fourier/Fourier.v') diff --git a/contrib/fourier/Fourier.v b/contrib/fourier/Fourier.v index 8836b76e..1a1a5055 100644 --- a/contrib/fourier/Fourier.v +++ b/contrib/fourier/Fourier.v @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(* $Id: Fourier.v 5920 2004-07-16 20:01:26Z herbelin $ *) +(* $Id: Fourier.v 9178 2006-09-26 11:18:22Z barras $ *) (* "Fourier's method to solve linear inequations/equations systems.".*) @@ -17,7 +17,7 @@ Declare ML Module "fourierR". Declare ML Module "field". Require Export Fourier_util. -Require Export Field. +Require Export LegacyField. Require Export DiscrR. Ltac fourier := abstract (fourierz; field; discrR). -- cgit v1.2.3