Skip to content

Commit

Permalink
IOSS: Analyzer fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsjaar committed Sep 5, 2024
1 parent 8daebe3 commit 1afd9c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/seacas/libraries/ioss/src/Ioss_VariableType.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ namespace Ioss {
VariableType(const std::string &type, int comp_count, bool delete_me = false);

private:
const std::string name_;
int componentCount;
const std::string name_{};
int componentCount{};

static bool build_variable_type(const std::string &raw_type);
};
Expand Down

0 comments on commit 1afd9c3

Please sign in to comment.