Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0228393d authored by berenger-bramas's avatar berenger-bramas
Browse files

Add a set forces.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/scalfmm/scalfmm/trunk@285 2616d619-271b-44dc-8df4-d4a8f33a7222
parent bbb2686f
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,10 @@ public:
this->forces.incZ(inFz);
}
/** set the forces from 3 variables */
void setForces(const FReal inFx, const FReal inFy, const FReal inFz) {
this->forces.setPosition(inFx , inFy, inFz);
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment