Skip to content

Commit

Permalink
Merge 35abdd1 into fcf2927
Browse files Browse the repository at this point in the history
  • Loading branch information
ntustison committed May 25, 2024
2 parents fcf2927 + 35abdd1 commit 7d5fa6a
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 7d5fa6a

Please sign in to comment.