Skip to content

Commit

Permalink
remove incorrect comment (#6717)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvianello committed Sep 15, 2023
1 parent 1d9be05 commit ccf450e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/GraphMol/FileParsers/MolFileParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3190,7 +3190,7 @@ bool ParseV3000CTAB(std::istream *inStream, unsigned int &line, RWMol *mol,
conf = nullptr;

return fileComplete;
} // namespace FileParserUtils
}

bool ParseV2000CTAB(std::istream *inStream, unsigned int &line, RWMol *mol,
Conformer *&conf, bool &chiralityPossible,
Expand Down

0 comments on commit ccf450e

Please sign in to comment.