Skip to content
Snippets Groups Projects
Commit e727766f authored by marco's avatar marco
Browse files

silence warning

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2248 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 737d6b31
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ void MAEReader::Import(mol::EntityHandle& ent)
} else {
// parsing atom line
std::vector<std::string> tokens=tokenize(line);
for(int i=0;i<tokens.size();++i) {
for(size_t i=0;i<tokens.size();++i) {
LOG_DUMP( "[" << tokens[i] << "] ");
}
LOGN_DUMP("");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment