Skip to content
Snippets Groups Projects
Commit 61b5624b authored by Markus Blatt's avatar Markus Blatt
Browse files

Adapted test to new interface.

Got rid off unused variable warning

[[Imported from SVN: r1248]]
parent 9168a872
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,9 @@ int main()
VariableBlockVector<FieldVector<double,1> >::CreateIterator cIt = v1.createbegin();
for (; cIt!=v1.createend(); ++cIt)
int foo = 0;
for (; cIt!=v1.createend(); ++cIt) {
int foo = 0; ++foo;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment