Added using namespace command

This commit is contained in:
Harry Moffat 2008-02-16 21:48:00 +00:00
parent 06f0e6f1a2
commit 6ded74a26d

View file

@ -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) {