From b6ee6372a18330eaedb344a33a2c6acc40b73c4d Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 2 Jul 2004 16:12:50 +0000 Subject: [PATCH] Correct file location of include file. --- Cantera/src/zeroD/Wall.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cantera/src/zeroD/Wall.cpp b/Cantera/src/zeroD/Wall.cpp index b835fafd4..04b0e8b9c 100644 --- a/Cantera/src/zeroD/Wall.cpp +++ b/Cantera/src/zeroD/Wall.cpp @@ -1,7 +1,7 @@ #include "Wall.h" #include "ReactorBase.h" -#include "Func1.h" +#include "../Func1.h" #include "../InterfaceKinetics.h" #include "../SurfPhase.h"