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

Resolve "mixed-precision"

Merged montan_v requested to merge 146-mixed-precision into master
Compare and Show latest version
5 files
+ 57
219
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -44,7 +44,7 @@ using ParticleAttrib = ippl::ParticleAttrib<T>;
typedef Vector<double, Dim> Vector_t;
typedef Vector<float, Dim> Vector_st;
typedef Field<double, Dim> Field_t;
typedef Field<Vector_st, Dim, Mesh_t> VField_t;
typedef Field<Vector_st, Dim> VField_t;
typedef ippl::FFTPeriodicPoissonSolver<Vector_st, double, Dim, Mesh_t, Centering_t> Solver_t;
const double pi = std::acos(-1.0);
Loading