changed include directory path statements.
This commit is contained in:
parent
a9f7827dd0
commit
656d24bf00
2 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ using namespace std;
|
|||
#include "writelog.h"
|
||||
|
||||
|
||||
#include "../xml.h"
|
||||
#include "xml.h"
|
||||
#include "ck2ctml.h"
|
||||
|
||||
//using namespace Cantera;
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
#include "../ctml.h"
|
||||
#include "ctml.h"
|
||||
|
||||
namespace ckr{
|
||||
class CKReader;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue