Skip to content

Commit

Permalink
BUG: Return variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
ntustison committed May 25, 2024
1 parent e481830 commit 35abdd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fitBsplineObjectToScatteredData.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ std::vector<std::vector<double>> fitBsplineCurveHelper(
count++;
}

return bsplineCurve;
return bsplineCurveR;
}

template<unsigned int ParametricDimension>
Expand Down

0 comments on commit 35abdd1

Please sign in to comment.