You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This test is a kludge...
Node::Visitor::Status BarnesHutVisitor::visit(Node * node) {
...
switch (node->getStatus()) {
...
default:
std::cout<<FILE <<", " <<LINE<< std::endl;
dsq=sqr(x-_x) + sqr(y-_y) + sqr(z-_z);
if (dsq>0)_accumulate_acceleration(m,x,y,z,dsq); //FIXME
return Node::Visitor::Status::Continue;
}
}
The text was updated successfully, but these errors were encountered:
weka511
changed the title
Iterator for calculation acceleleration needs to avoid current Particle
Iterator for calculating acceleleration needs to avoid current Particle
Feb 3, 2018
This test is a kludge...
Node::Visitor::Status BarnesHutVisitor::visit(Node * node) {
...
switch (node->getStatus()) {
...
default:
std::cout<<FILE <<", " <<LINE<< std::endl;
dsq=sqr(x-_x) + sqr(y-_y) + sqr(z-_z);
if (dsq>0)_accumulate_acceleration(m,x,y,z,dsq); //FIXME
return Node::Visitor::Status::Continue;
}
}
The text was updated successfully, but these errors were encountered: