Skip to content

Commit

Permalink
Panzer BasisValues2: Remove undefined method
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Glusa <[email protected]>
  • Loading branch information
cgcgcg committed Jan 16, 2025
1 parent baac3f6 commit 82d11fc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/panzer/disc-fe/src/Panzer_BasisValues2.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -337,12 +337,6 @@ namespace panzer {
void
setWeightedMeasure(PHX::MDField<const Scalar, Cell, IP> weighted_measure);

/////////// TO BE DEPRECATED.....
/// Set the cell vertex coordinates (required for getBasisCoordinates())
void
setCellVertexCoordinates(PHX::MDField<Scalar,Cell,NODE,Dim> vertex_coordinates);
////////// END TO BE DEPRECATED

/// Set the cell node coordinates (required for getBasisCoordinates())
void
setCellNodeCoordinates(PHX::MDField<Scalar,Cell,NODE,Dim> node_coordinates);
Expand Down

0 comments on commit 82d11fc

Please sign in to comment.