Changeset 3d4969 for molecuilder/src/molecule.cpp
- Timestamp:
- Nov 23, 2009, 6:51:50 PM (16 years ago)
- Children:
- 16f34d, 7d1ad9
- Parents:
- 418117a
- File:
-
- 1 edited
-
molecuilder/src/molecule.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecule.cpp
r418117a r3d4969 445 445 Walker->type = elemente->FindElement(shorthand); 446 446 if (Walker->type == NULL) { 447 eLog() << Verbose( 0) << "Could not parse the element at line: '" << line << "', setting to H.";447 eLog() << Verbose(1) << "Could not parse the element at line: '" << line << "', setting to H."; 448 448 Walker->type = elemente->FindElement(1); 449 449 }
Note:
See TracChangeset
for help on using the changeset viewer.
