Skip to content

Commit

Permalink
Doxygen: Location of Fwd Declaration
Browse files Browse the repository at this point in the history
Fix location of `WarpX`forward declaration.
  • Loading branch information
ax3l authored Aug 30, 2024
1 parent 767a440 commit 71d54fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Source/FieldSolver/ImplicitSolvers/WarpXSolverVec.H
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
#include <ostream>
#include <vector>


// forward declaration
class WarpX;

/**
* \brief
* This is a wrapper class around a Vector of pointers to MultiFabs that
Expand All @@ -47,8 +51,6 @@
* and the scalar field can be used for the scalar potential phi, which is the full state of
* unknowns for a Darwin electromagnetic model.
*/

class WarpX;
class WarpXSolverVec
{
public:
Expand Down

0 comments on commit 71d54fb

Please sign in to comment.