Skip to content

Commit

Permalink
Merge commit '1cdda2dfcf570da324929beda9a86076c79f5aa6'
Browse files Browse the repository at this point in the history
  • Loading branch information
moosetest committed Feb 12, 2025
2 parents cadffb3 + 1cdda2d commit a775147
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 a775147

Please sign in to comment.