Skip to content

Commit

Permalink
forward declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
landinjm committed Dec 12, 2024
1 parent 2ff0e6c commit 3371b5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/core/variableAttributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#include <string>

using EvalFlags = dealii::EvaluationFlags::EvaluationFlags;
struct variableAttributes;
using AttributesList = std::map<uint, variableAttributes>;

/**
* \brief Structure to hold the variable attributes that will be passed to a
Expand Down Expand Up @@ -86,6 +88,4 @@ struct variableAttributes
eval_flags_for_eq_type(const variableAttributes &other_variable);
};

using AttributesList = std::map<uint, variableAttributes>;

#endif

0 comments on commit 3371b5f

Please sign in to comment.