Corrected the file location of include files.
This commit is contained in:
parent
71fb913148
commit
25bd2545d2
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
#include "../ThermoPhase.h"
|
||||
#include "MixTransport.h"
|
||||
|
||||
#include "utilities.h"
|
||||
#include "../utilities.h"
|
||||
#include "TransportParams.h"
|
||||
#include "TransportFactory.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue