Changeset afa056 for molecuilder/src/boundary.cpp
- Timestamp:
- Jan 11, 2010, 9:35:52 AM (16 years ago)
- Children:
- 49d3e1e
- Parents:
- 91b1e79
- File:
-
- 1 edited
-
molecuilder/src/boundary.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/boundary.cpp
r91b1e79 rafa056 795 795 * \return *mol pointer to new molecule with filled atoms 796 796 */ 797 molecule * FillBoxWithMolecule(MoleculeListClass *List, molecule *filler, config &configuration, const double distance[NDIM], const double epsilon, const doubleRandomAtomDisplacement, const double RandomMolDisplacement, const bool DoRandomRotation)797 molecule * FillBoxWithMolecule(MoleculeListClass *List, molecule *filler, config &configuration, const double distance[NDIM], const double RandomAtomDisplacement, const double RandomMolDisplacement, const bool DoRandomRotation) 798 798 { 799 799 Info FunctionInfo(__func__); … … 856 856 FillIt = false; 857 857 } else { 858 const bool FillResult = (!TesselStruct[i]->IsInnerPoint(CurrentPosition, LCList[i] , epsilon));858 const bool FillResult = (!TesselStruct[i]->IsInnerPoint(CurrentPosition, LCList[i])); 859 859 FillIt = FillIt && FillResult; 860 860 if (FillResult) {
Note:
See TracChangeset
for help on using the changeset viewer.
