Skip to content

Commit

Permalink
fix an oops, related to #58
Browse files Browse the repository at this point in the history
  • Loading branch information
mangerij committed Jun 7, 2020
1 parent 0686742 commit cc8a505
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions include/auxkernels/ExchangeFieldAux.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,10 @@ class ExchangeFieldAux : public AuxKernel
virtual Real computeValue();

private:
const unsigned int _component;
const VariableSecond & _magnetic_x_lap;
const VariableSecond & _magnetic_y_lap;
const VariableSecond & _magnetic_z_lap;
const Real _Ae;
const Real _Ms;
const VariableGradient & _mag_x_grad;
const VariableGradient & _mag_y_grad;
const VariableGradient & _mag_z_grad;
const MaterialProperty<Real> & _Ae;
};

#endif /* EXCHANGEFIELDAUX_H */

0 comments on commit cc8a505

Please sign in to comment.