Changes in src/boundary.cpp [46d958:24a5e0]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/boundary.cpp
r46d958 r24a5e0 4 4 */ 5 5 6 #include "World.hpp" 6 7 #include "atom.hpp" 7 8 #include "bond.hpp" … … 800 801 { 801 802 Info FunctionInfo(__func__); 802 molecule *Filling = new molecule(filler->elemente);803 molecule *Filling = World::get()->createMolecule(); 803 804 Vector CurrentPosition; 804 805 int N[NDIM]; … … 964 965 bool freeLC = false; 965 966 bool status = false; 966 CandidateForTesselation *baseline ;967 CandidateForTesselation *baseline=0; 967 968 LineMap::iterator testline; 968 969 bool OneLoopWithoutSuccessFlag = true; // marks whether we went once through all baselines without finding any without two triangles
Note:
See TracChangeset
for help on using the changeset viewer.