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
5 files
+ 20
16
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -33,9 +33,10 @@
namespace ippl {
/*
* @class OrthogonalRecursiveBisection
* @tparam T
* @tparam Tf type of field
* @tparam Dim dimension
* @tparam M mesh
* @tparam Tp type of particle position. If not specified, it will be equal to the field's type
*/
template<class Tf, unsigned Dim, class Mesh, class Centering, class Tp=Tf>
Loading