Changes in src/boundary.cpp [24a5e0:23b547]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/boundary.cpp
r24a5e0 r23b547 801 801 { 802 802 Info FunctionInfo(__func__); 803 molecule *Filling = World::get ()->createMolecule();803 molecule *Filling = World::getInstance().createMolecule(); 804 804 Vector CurrentPosition; 805 805 int N[NDIM];
Note:
See TracChangeset
for help on using the changeset viewer.