Changes in src/molecule.cpp [06804b:833b15]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/molecule.cpp
r06804b r833b15 751 751 }; 752 752 753 /** Sets the molecule::cell_size to the components of \a *dim (rectangular box)754 * \param *dim vector class755 */756 void molecule::SetBoxDimension(Vector *dim)757 {758 RealSpaceMatrix domain;759 for(int i =0; i<NDIM;++i)760 domain.at(i,i) = dim->at(i);761 World::getInstance().setDomain(domain);762 };763 764 753 /** Removes atom from molecule list, but does not delete it. 765 754 * \param *pointer atom to be removed
Note:
See TracChangeset
for help on using the changeset viewer.