Skip to content

Commit

Permalink
Fix public / private issue for tag in fem poisson solver
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyBourne committed Nov 28, 2023
1 parent 8e1518f commit 8ae4fbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/geometryXVx/poisson/femnonperiodicpoissonsolver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using UBSplinesX = UniformBSplines<RDimX, BSDegreeX>;
*/
class FemNonPeriodicPoissonSolver : public IPoissonSolver
{
private:
public:
/**
* A tag to represent the dimension where the quadrature points
* are defined.
Expand Down
2 changes: 1 addition & 1 deletion src/geometryXVx/poisson/femperiodicpoissonsolver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/
class FemPeriodicPoissonSolver : public IPoissonSolver
{
private:
public:
struct QDimX
{
};
Expand Down

0 comments on commit 8ae4fbb

Please sign in to comment.