git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8810 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2012-09-21 15:57:23 +00:00
parent 8bcf139b73
commit 209999068c
53 changed files with 1733 additions and 1081 deletions

View File

@ -30,7 +30,7 @@ extern Device<PRECISION,ACC_PRECISION> device;
template <class numtyp, class acctyp>
YukawaColloidT::YukawaColloid() : BaseAtomic<numtyp,acctyp>(),
_allocated(false), _max_rad_size(0) {
_max_rad_size(0), _allocated(false) {
}
template <class numtyp, class acctyp>