From 3796e60e67224ff06422134bc4f7a290d520297a Mon Sep 17 00:00:00 2001
From: Gaetan Bricteux <gaetan.bricteux@uclouvain.be>
Date: Tue, 8 Mar 2011 17:04:00 +0000
Subject: [PATCH] fix

---
 Mesh/highOrderSmoother.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Mesh/highOrderSmoother.cpp b/Mesh/highOrderSmoother.cpp
index 5afed29d69..a42ac4d84a 100644
--- a/Mesh/highOrderSmoother.cpp
+++ b/Mesh/highOrderSmoother.cpp
@@ -29,7 +29,7 @@
 #include "elasticityTerm.h"
 #include "linearSystemCSR.h"
 #include "linearSystemFull.h"
-#include "linearSystemPetsc.h"
+#include "linearSystemPETSc.h"
 
 #define SQU(a)      ((a)*(a))
 
-- 
GitLab