Corrected the file locations of include files.
This commit is contained in:
parent
abb33063d2
commit
71fb913148
2 changed files with 3 additions and 3 deletions
|
|
@ -20,7 +20,7 @@
|
|||
#include "../ThermoPhase.h"
|
||||
#include "SolidTransport.h"
|
||||
|
||||
#include "utilities.h"
|
||||
#include "../utilities.h"
|
||||
#include <iostream>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue