Changes in src/defs.hpp [fa27ed:7042f45]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/defs.hpp
rfa27ed r7042f45 32 32 33 33 enum Shading { white, lightgray, darkgray, black }; //!< color in Breadth-First-Search analysis 34 35 // some types that can stay abstract 36 typedef unsigned int moleculeId_t; 37 typedef unsigned int atomId_t; 34 38 35 39 //enum CutCyclicBond { KeepBond, SaturateBond }; //!< Saturation scheme either atom- or bondwise … … 81 85 #define STD_SEPERATOR_SPACER '-' 82 86 83 #define MOLECUILDER_NAME "Molecuilder"84 85 87 #endif /*DEFS_HPP_*/
Note:
See TracChangeset
for help on using the changeset viewer.