Skip to content
Snippets Groups Projects
Commit 85bfcb20 authored by Jan Möbius's avatar Jan Möbius
Browse files

Fixed cppcheck warning

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@604 fdac6126-5c0c-442c-9429-916003d36597
parent 500ad20d
No related branches found
No related tags found
No related merge requests found
......@@ -226,7 +226,7 @@ read_stla(const std::string& _filename, BaseImporter& _bi) const
std::string line;
bool normal = false;
//bool normal = false;
while( in && !in.eof() ) {
......@@ -257,7 +257,7 @@ read_stla(const std::string& _filename, BaseImporter& _bi) const
strstream >> n[1];
strstream >> n[2];
normal = true;
//normal = true;
}
// Detected a triangle
......@@ -303,7 +303,7 @@ read_stla(const std::string& _filename, BaseImporter& _bi) const
}
normal = false;
//normal = false;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment