Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ void InterventionalRadiologyController<DataTypes>::interventionalRadiologyCollis

// 3. we look for the mechanical sampling of the current instrument in order to "place" the following point
Real xIncr;
m_instrumentsList[firstInstruOnx]->getMechanicalSampling(xIncr, xPointList[i]);
m_instrumentsList[firstInstruOnx]->getCollisionSampling(xIncr, xPointList[i]);
xAbsCurv -= xIncr;

// the following point could not have x_abs_curv<0;
Expand Down
Loading