Skip to content

Commit

Permalink
cleanup dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoeurjo committed Dec 14, 2023
1 parent 2106751 commit 8859375
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -258,13 +258,6 @@ Scalar evalScalarField_impl(const VectorType& input_pos)
return current_value;
}

/// Compute curvature using Algebraic Shape Operator
/// \see estimateDifferentialQuantities_impl
inline Scalar evalScalarFieldWithASO(const VectorType& input_pos) {
return evalScalarField_impl<FitASO>(input_pos);
}


/// Define Polyscope callbacks
void callback() {

Expand Down

0 comments on commit 8859375

Please sign in to comment.