27 #include <utility/vector1.hh>
28 #include <utility/pointer/ReferenceCount.hh>
31 #include <utility/options/BooleanVectorOption.hh>
32 #include <numeric/constants.hh>
43 nactive_moving_atoms_total_(0)
81 active_residues_[ ii ] = 0;
166 int natoms_to_add = (stop1-start1+1)+(stop2-start2+1);
178 for (
int jj=start1; jj<=stop1; ++jj ) {
185 for (
int jj=start2; jj<=stop2; ++jj ) {
205 for (
Size jj = 1; jj <= nmoving_atoms_ii; ++jj ) {
207 dof[++ctr] = jjxyz[0];
208 dof[++ctr] = jjxyz[1];
209 dof[++ctr] = jjxyz[2];
213 assert ( ctr == dof.size() );
227 for (
Size jj = 1; jj <= nmoving_atoms_ii; ++jj ) {