Changes in src/bondgraph.cpp [b998c3:717e0c]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/bondgraph.cpp
rb998c3 r717e0c 35 35 /** Parses the bond lengths in a given file and puts them int a matrix form. 36 36 * Allocates \a MatrixContainer for BondGraph::BondLengthMatrix, using MatrixContainer::ParseMatrix(), 37 * but only if parsing is successful . Otherwise variable is left as NULL.37 * but only if parsing is successfull. Otherwise variable is left as NULL. 38 38 * \param *out output stream for debugging 39 39 * \param filename file with bond lengths to parse
Note:
See TracChangeset
for help on using the changeset viewer.