Added namespace std
This commit is contained in:
parent
994c80d204
commit
a0be1fcb5a
7 changed files with 8 additions and 1 deletions
|
|
@ -20,6 +20,7 @@
|
|||
#include "cantera/kernel/thermo/DebyeHuckel.h"
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
using namespace Cantera;
|
||||
|
||||
class fileLog: public Logger {
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
#include "importCTML.h"
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
using namespace Cantera;
|
||||
|
||||
class fileLog: public Logger {
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
#include "HMWSoln.h"
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
using namespace Cantera;
|
||||
|
||||
class fileLog: public Logger {
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
#include "cantera/thermo.h"
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
using namespace Cantera;
|
||||
|
||||
class fileLog: public Logger {
|
||||
|
|
|
|||
|
|
@ -28,6 +28,8 @@
|
|||
#include "importCTML.h"
|
||||
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
using namespace Cantera;
|
||||
|
||||
class fileLog: public Logger {
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
#include "HMWSoln.h"
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
using namespace Cantera;
|
||||
|
||||
int CHECK_DEBUG_MODE = 0;
|
||||
|
|
|
|||
|
|
@ -15,9 +15,9 @@
|
|||
#include "HMWSoln.h"
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
using namespace Cantera;
|
||||
|
||||
|
||||
void printUsage() {
|
||||
cout << "usage: HMW_test_1 " << endl;
|
||||
cout <<" -> Everything is hardwired" << endl;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue