From b42efea200143aa80b742a2d34c70921d099f1a5 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 2 Jul 2004 15:20:36 +0000 Subject: [PATCH] Fixed one Error in file not part of the distribution --- Cantera/src/oneD/Solid1D.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cantera/src/oneD/Solid1D.cpp b/Cantera/src/oneD/Solid1D.cpp index 40821b342..a55cbe256 100644 --- a/Cantera/src/oneD/Solid1D.cpp +++ b/Cantera/src/oneD/Solid1D.cpp @@ -22,7 +22,7 @@ #include "Solid1D.h" #include "../ArrayViewer.h" -#include "ctml.h" +#include "../ctml.h" #include "MultiJac.h" using namespace ctml;