Changes in src/defs.hpp [127a8e:11e206]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/defs.hpp
r127a8e r11e206 84 84 #define MOLECUILDER_NAME "Molecuilder" 85 85 86 const unsigned int MAX_POOL_FRAGMENTATION=20;87 const unsigned int MAX_FRAGMENTATION_SKIPS=100;86 const extern unsigned int MAX_POOL_FRAGMENTATION; 87 const extern unsigned int MAX_FRAGMENTATION_SKIPS; 88 88 89 89 #endif /*DEFS_HPP_*/
Note:
See TracChangeset
for help on using the changeset viewer.