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