From 1e2e31ba16470fddfde4bb4f96306c5420919104 Mon Sep 17 00:00:00 2001 From: Nicholas Malaya Date: Fri, 17 Aug 2012 21:23:37 +0000 Subject: [PATCH] updating the file include path --- doc/Makefile.am | 4 ---- test_problems/statmech/statmech_test.cpp | 2 +- test_problems/statmech/statmech_test_Fe.cpp | 2 +- test_problems/statmech/statmech_test_poly.cpp | 2 +- 4 files changed, 3 insertions(+), 7 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 23cdec1fe..e234f652f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1 @@ SUBDIR = doxygen - -dist-hook: - rm -rf `find $(distdir)/ -name .svn` - rm -rf `find $(distdir)/ -name .deps` diff --git a/test_problems/statmech/statmech_test.cpp b/test_problems/statmech/statmech_test.cpp index 0cf479d5e..ca9a4ae8f 100644 --- a/test_problems/statmech/statmech_test.cpp +++ b/test_problems/statmech/statmech_test.cpp @@ -17,7 +17,7 @@ /*****************************************************************/ /*****************************************************************/ -#include "cantera/Cantera.h" +//#include "cantera/Cantera.h" #include "cantera/transport.h" #include "cantera/IdealGasMix.h" #include "cantera/equil/equil.h" diff --git a/test_problems/statmech/statmech_test_Fe.cpp b/test_problems/statmech/statmech_test_Fe.cpp index c218f6028..3293c22b7 100644 --- a/test_problems/statmech/statmech_test_Fe.cpp +++ b/test_problems/statmech/statmech_test_Fe.cpp @@ -19,7 +19,7 @@ using namespace std; /*****************************************************************/ /*****************************************************************/ -#include "cantera/Cantera.h" +//#include "cantera/Cantera.h" #include "cantera/transport.h" #include "cantera/IdealGasMix.h" #include "cantera/equil/equil.h" diff --git a/test_problems/statmech/statmech_test_poly.cpp b/test_problems/statmech/statmech_test_poly.cpp index 8d820305e..7ce5af28d 100644 --- a/test_problems/statmech/statmech_test_poly.cpp +++ b/test_problems/statmech/statmech_test_poly.cpp @@ -19,7 +19,7 @@ using namespace std; /*****************************************************************/ /*****************************************************************/ -#include "cantera/Cantera.h" +//#include "cantera/Cantera.h" #include "cantera/transport.h" #include "cantera/IdealGasMix.h" #include "cantera/equil/equil.h"