Skip to content

Commit

Permalink
IOSS: DashSurfaceMesh -- remove default constructor; causing problems…
Browse files Browse the repository at this point in the history
… in clang14 build
  • Loading branch information
gsjaardema committed Aug 7, 2023
1 parent 1f5c7e6 commit 6e0f360
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ namespace Iogn {
std::vector<std::vector<int>> sidesetConnectivity;
std::vector<std::vector<std::string>> sidesetTouchingBlocks;

ExodusData() = default;
ExodusData() = delete;
ExodusData(std::vector<double> coords, std::vector<std::vector<int>> elemBlockConnectivity,
std::vector<int> globalNumOfElemsInBlock, std::vector<int> localNumOfElemsInBlock,
std::vector<Topology> blockTopoData, int globalNumNodes,
Expand Down

0 comments on commit 6e0f360

Please sign in to comment.