Skip to content

Commit

Permalink
Merge branch 'next'
Browse files Browse the repository at this point in the history
  • Loading branch information
JezSw committed Sep 26, 2024
2 parents f388117 + e6e4bc2 commit 6d4791e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/elliptic/MG/ellipticMultiGrid.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#define ELLIPTIC_MGLEVEL_HPP

#include "elliptic.h"
#include "MG/MGSolver.hpp"
#include "MGSolver.hpp"
#include <vector>

enum class SmootherType
Expand Down
2 changes: 1 addition & 1 deletion src/elliptic/elliptic.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ struct elliptic_t {
};

#include "ellipticSolutionProjection.hpp"
#include "ellipticMultiGrid.h"
#include "MG/ellipticMultiGrid.h"

void ellipticMultiGridUpdateLambda(elliptic_t *elliptic);
void ellipticMultiGridSetup(elliptic_t *elliptic);
Expand Down

0 comments on commit 6d4791e

Please sign in to comment.