Corrected the file locations of include files.

This commit is contained in:
Harry Moffat 2004-07-02 15:59:11 +00:00
parent abb33063d2
commit 71fb913148
2 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@
#include "../ThermoPhase.h"
#include "SolidTransport.h"
#include "utilities.h"
#include "../utilities.h"
#include <iostream>

View file

@ -4,9 +4,9 @@
#include <vector>
using namespace std;
#include "ct_defs.h"
#include "../ct_defs.h"
#include "TransportBase.h"
#include "xml.h"
#include "../xml.h"
namespace Cantera {