forgot a file.
This commit is contained in:
parent
910a2abf86
commit
8068945ce7
1 changed files with 19 additions and 0 deletions
19
Cantera/cxx/src/importPhase.cpp
Normal file
19
Cantera/cxx/src/importPhase.cpp
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
/**
|
||||
* @file cxx/src/importPhase.cpp
|
||||
*/
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "ThermoPhase.h"
|
||||
#include "ThermoFactory.h"
|
||||
//#include "../include/importPhase.h"
|
||||
|
||||
namespace Cantera {
|
||||
|
||||
ThermoPhase* importPhase(std::string infile, std::string id) {
|
||||
ThermoPhase* p = newPhase(infile, id);
|
||||
return p;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Add table
Reference in a new issue