- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/TremoloAtomInfoContainer.cpp
rdd97a9 r0bbfa1 13 13 */ 14 14 15 // include config.h 16 #ifdef HAVE_CONFIG_H 17 #include <config.h> 18 #endif 19 20 #include "Helpers/MemDebug.hpp" 15 #include "TremoloAtomInfoContainer.hpp" 21 16 22 17 #include <iostream> 23 24 #include "TremoloAtomInfoContainer.hpp"25 18 26 19 … … 42 35 GrpTypeNo("0"), 43 36 torsion("-"), 44 neighbors(std::vector<int>(0, 5)) 37 neighbors(std::vector<int>(0, 5)), 38 neighbors_processed(false) 45 39 {} 46 40
Note:
See TracChangeset
for help on using the changeset viewer.