20 #include <ObjexxFCL/FArray2D.hh>
22 #include <numeric/xyzVector.hh>
24 #include <utility/vector1.hh>
28 namespace comparative_modeling {
35 ObjexxFCL::FArray2D< core::Real > & p1a,
36 ObjexxFCL::FArray2D< core::Real > & p2a,
40 using namespace core::id;
41 using namespace core::sequence;
47 Size const native_ii( mapping[ii] );
52 if ( !skip ) ++natoms;
54 p1a.dimension(3,natoms);
55 p2a.dimension(3,natoms);
60 Size const native_ii(mapping[ii]);
71 for (
Size jj = 1; jj <= 3; ++jj ) {
72 p1a(jj,ii - n_gap) = native_xyz[jj-1];
73 p2a(jj,ii - n_gap) = model_xyz [jj-1];