Corrected the file location of include files.

This commit is contained in:
Harry Moffat 2004-07-02 16:01:24 +00:00
parent 71fb913148
commit 25bd2545d2
2 changed files with 3 additions and 3 deletions

View file

@ -14,8 +14,8 @@
#pragma warning(disable:4503)
#endif
#include "DenseMatrix.h"
#include "ct_defs.h"
#include "../DenseMatrix.h"
#include "../ct_defs.h"
#include <vector>
using namespace std;

View file

@ -21,7 +21,7 @@
#include "../ThermoPhase.h"
#include "MixTransport.h"
#include "utilities.h"
#include "../utilities.h"
#include "TransportParams.h"
#include "TransportFactory.h"