mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 00:28:23 +01:00
minor cleanup
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/multi_punch@7948 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
f48261abcc
commit
0d17c9fc81
@ -3394,7 +3394,7 @@ void TestIPhreeqc::TestCErrorReporter(void)
|
||||
obj.SetDumpFileOn(0);
|
||||
CPPUNIT_ASSERT_EQUAL(0, obj.RunAccumulated());
|
||||
|
||||
clock_t t0 = clock();
|
||||
//clock_t t0 = clock();
|
||||
int nrows = obj.GetSelectedOutputRowCount();
|
||||
int ncols = obj.GetSelectedOutputColumnCount();
|
||||
CVar var;
|
||||
@ -3408,7 +3408,7 @@ void TestIPhreeqc::TestCErrorReporter(void)
|
||||
}
|
||||
}
|
||||
}
|
||||
clock_t t = clock();
|
||||
//clock_t t = clock();
|
||||
//printf("\ntime = %g\n", double(t - t0));
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user