Added using namespace command.
This commit is contained in:
parent
6ded74a26d
commit
8042c12bdb
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ using namespace std;
|
|||
#include "kernel/TransportFactory.h"
|
||||
|
||||
using namespace Cantera;
|
||||
using namespace Cantera_CXX;
|
||||
|
||||
void printDbl(double val) {
|
||||
if (fabs(val) < 5.0E-17) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue