mirror of
https://github.com/Cantera/cantera.git
synced 2026-08-13 06:24:56 -05:00
[Test] Fix unused variable warning
This commit is contained in:
@@ -27,12 +27,10 @@ TEST(zerodim, simple)
|
||||
network.initialize();
|
||||
|
||||
double t = 0.0;
|
||||
int count = 0;
|
||||
while (t < 0.1) {
|
||||
ASSERT_GE(cppReactor.temperature(), T);
|
||||
t = network.time() + 5e-3;
|
||||
network.advance(t);
|
||||
count++;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user