From 9122950040124b213b4f51986e3e28ce148f6a3f Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Sat, 14 Mar 2009 00:51:16 +0000 Subject: [PATCH] Starting to modify the test --- test_problems/VPsilane_test/output_debug_blessed.txt | 4 ++-- test_problems/VPsilane_test/silane_equil.cpp | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/test_problems/VPsilane_test/output_debug_blessed.txt b/test_problems/VPsilane_test/output_debug_blessed.txt index 65dfb1f56..5e6300b32 100644 --- a/test_problems/VPsilane_test/output_debug_blessed.txt +++ b/test_problems/VPsilane_test/output_debug_blessed.txt @@ -21,7 +21,7 @@ setInitialMoles: Estimated Mole Fractions Pressure = 100 H2 0.99671 H 0 - HE 9.8684e-33 + HE 0 SIH4 0 SI 0 SIH 0 @@ -31,7 +31,7 @@ setInitialMoles: Estimated Mole Fractions SI2H6 0 H2SISIH2 0 SI3H8 0 - SI2 4.9705e-19 + SI2 0 SI3 0.0032895 Element_Name ElementGoal ElementMF Si 0.0049261 0.0049261 diff --git a/test_problems/VPsilane_test/silane_equil.cpp b/test_problems/VPsilane_test/silane_equil.cpp index 7f143f850..39dad3445 100644 --- a/test_problems/VPsilane_test/silane_equil.cpp +++ b/test_problems/VPsilane_test/silane_equil.cpp @@ -13,12 +13,14 @@ #include "equilibrium.h" #include "kernel/IdealSolnGasVPSS.h" #include "kernel/ThermoFactory.h" +#include "kernel/PrintCtrl.h" using namespace std; using namespace Cantera; int main(int argc, char **argv) { try { + PrintCtrl::GlobalCrop = PrintCtrl::GCT_CROP; Cantera::IdealSolnGasVPSS gg("silane.xml", "silane"); ThermoPhase *g = ≫ //ThermoPhase *g = newPhase("silane.xml", "silane");