26 #ifndef POSSIBLECONTACT_H
27 #define POSSIBLECONTACT_H
86 std::cout<<
"Particle* get_OtherParticle(Particle *P), no match for "<<P->get_Index()<<
" posibilities are "<<
P1->get_Index()<<
" and "<<
P2->get_Index()<<std::endl;
99 std::cout<<
"get_Next(Particle* P), no match for "<<P->
get_Index()<<
" posibilities are "<<
P1->get_Index()<<
" and "<<
P2->get_Index()<<std::endl;
112 std::cout<<
"PossibleContact* get_Prev(Particle* P), no match for "<<P->
get_Index()<<
" posibilities are "<<
P1->get_Index()<<
" and "<<
P2->get_Index()<<std::endl;
132 std::cout<<
"void set_Next(Particle* P,PossibleContact* Next), no match for "<<P->
get_Index()<<
" posibilities are "<<
P1->get_Index()<<
" and "<<
P2->get_Index()<<std::endl;
142 std::cout<<
"void set_Prev(Particle* P,PossibleContact* Prev), no match for "<<P->
get_Index()<<
" posibilities are "<<
P1->get_Index()<<
" and "<<
P2->get_Index()<<std::endl;