From 0690e6f0fa142190c3720978b3cb53038041bc73 Mon Sep 17 00:00:00 2001
From: Bastien Gorissen <bastien.gorissen@cenaero.be>
Date: Tue, 6 Apr 2010 08:01:21 +0000
Subject: [PATCH] Fix include (linearSystemGmm -> linearSystemGMM)

---
 Solver/linearSystem.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Solver/linearSystem.cpp b/Solver/linearSystem.cpp
index fa6c3f239b..3154e9bde8 100644
--- a/Solver/linearSystem.cpp
+++ b/Solver/linearSystem.cpp
@@ -1,7 +1,7 @@
 #include "GmshConfig.h"
 #include "linearSystemFull.h"
 #include "linearSystemCSR.h"
-#include "linearSystemGmm.h"
+#include "linearSystemGMM.h"
 #include "linearSystemPETSc.h"
 
 #include "Bindings.h"
-- 
GitLab