Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 3c19ca4e authored by Sadr Mohsen's avatar Sadr Mohsen
Browse files

update field solver according to master changes

parent 4cfe9e48
No related branches found
No related tags found
No related merge requests found
......@@ -27,10 +27,6 @@ template <typename T = double, unsigned Dim = 3>
using OpenSolver_t =
ConditionalType<Dim == 3, ippl::FFTOpenPoissonSolver<VField_t<T, Dim>, Field_t<Dim>>>;
template <typename T = double, unsigned Dim = 3>
using Solver_t = VariantFromConditionalTypes<
CGSolver_t<T, Dim>, FFTSolver_t<T, Dim>, P3MSolver_t<T, Dim>, OpenSolver_t<T, Dim>>;
// Define the FieldSolver class
template <typename T, unsigned Dim>
class FieldSolver : public ippl::FieldSolverBase<T, Dim> {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment