Skip to content
Snippets Groups Projects
Commit a7b4c25e authored by Oliver Sander's avatar Oliver Sander
Browse files

remove warning

[[Imported from SVN: r4076]]
parent fb667d69
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ void checkPanTypeIndexSet(const PanTypeIndexSet<GridType,HostIndexSet>& panTypeI
assert(panTypeIndexSet.geomTypes(codim) == hostIndexSet.geomTypes(codim));
assert(panTypeIndexSet.size(codim) == hostIndexSet.size(codim));
for (int i=0; i<panTypeIndexSet.geomTypes(codim).size(); i++) {
for (size_t i=0; i<panTypeIndexSet.geomTypes(codim).size(); i++) {
NewGeometryType type = panTypeIndexSet.geomTypes(codim)[i];
assert(panTypeIndexSet.size(codim,type) == hostIndexSet.size(codim,type));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment