Skip to content

Commit

Permalink
Merge pull request #273 from lindsayad/more-inclusion
Browse files Browse the repository at this point in the history
More inclusion of what we use
  • Loading branch information
lindsayad authored Feb 12, 2025
2 parents 0522387 + d98849b commit 1cdda2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/bcs/DriftDiffusionDoNothingBC.C
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
//* https://www.gnu.org/licenses/lgpl-2.1.html

#include "DriftDiffusionDoNothingBC.h"
#include "FEProblemBase.h"

registerMooseObject("ZapdosApp", DriftDiffusionDoNothingBC);

Expand Down
1 change: 1 addition & 0 deletions src/kernels/DriftDiffusion.C
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
//* https://www.gnu.org/licenses/lgpl-2.1.html

#include "DriftDiffusion.h"
#include "FEProblemBase.h"

registerMooseObject("ZapdosApp", DriftDiffusion);

Expand Down
1 change: 1 addition & 0 deletions src/kernels/ElectronsFromIonization.C
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
//* https://www.gnu.org/licenses/lgpl-2.1.html

#include "ElectronsFromIonization.h"
#include "FEProblemBase.h"

registerMooseObject("ZapdosApp", ElectronsFromIonization);

Expand Down

0 comments on commit 1cdda2d

Please sign in to comment.