Skip to content

Commit

Permalink
Forward declaration of MFEMProblem.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Palmer committed Jun 24, 2024
1 parent 9fd03f1 commit 97da1c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/actions/MFEMObjectAction.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#pragma once

#include "MFEMProblem.h"

// MOOSE includes
#include "MooseObjectAction.h"

// Forward declaration.
class MFEMProblem;

/*
* This class adds a getMFEMProblem method.
*/
Expand Down
1 change: 1 addition & 0 deletions src/actions/MFEMObjectAction.C
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "MFEMObjectAction.h"
#include "MFEMProblem.h"

InputParameters
MFEMObjectAction::validParams()
Expand Down

0 comments on commit 97da1c6

Please sign in to comment.