ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/openbabel/xyzformat.cpp
(Generate patch)

Comparing trunk/OOPSE-3.0/src/openbabel/xyzformat.cpp (file contents):
Revision 2445 by tim, Wed Nov 16 21:22:51 2005 UTC vs.
Revision 2469 by tim, Fri Dec 2 15:38:03 2005 UTC

# Line 88 | Line 88 | bool XYZFormat::ReadMolecule(OBBase* pOb, OBConversion
88            return(false);
89          }
90          tokenize(vs,buffer);
91 <        if (vs.size() != 4)
91 >        if (vs.size() < 4)
92          {
93            errorMsg << "Problems reading an XYZ file: "
94                     << "Could not read line #" << i+2 << "." << endl

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines