Changeset 9565ec for molecuilder/src/molecule_graph.cpp
- Timestamp:
- Mar 3, 2010, 10:13:19 AM (15 years ago)
- Children:
- 5a40b8, 8758eb, bd506d
- Parents:
- 9f03b2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecule_graph.cpp
r9f03b2 r9565ec 17 17 #include "memoryallocator.hpp" 18 18 #include "molecule.hpp" 19 #include "World.hpp" 19 20 20 21 struct BFSAccounting … … 106 107 LinkedCell *LC = NULL; 107 108 bool free_BG = false; 109 double * const cell_size = World::get()->cell_size; 108 110 109 111 if (BG == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.