From dd79ac26e2ff6c53a18d49828ddeac35ba4a506a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Remacle=20=28students=29?= <jean-francois.remacle@uclouvain.be> Date: Tue, 10 Feb 2009 16:44:23 +0000 Subject: [PATCH] *** empty log message *** --- Numeric/gmshLinearSystemGmm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Numeric/gmshLinearSystemGmm.h b/Numeric/gmshLinearSystemGmm.h index a43d052cbc..a1caffafd0 100644 --- a/Numeric/gmshLinearSystemGmm.h +++ b/Numeric/gmshLinearSystemGmm.h @@ -88,7 +88,7 @@ class gmshLinearSystemGmm : public gmshLinearSystem<scalar> { #else template <class scalar> -class gmshLinearSystemGmm : public gmshLinearSystem { +class gmshLinearSystemGmm : public gmshLinearSystem<scalar> { public : gmshLinearSystemGmm() { -- GitLab