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
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -288,6 +288,7 @@ namespace ippl {
// initialize fields
storage_field.initialize(*mesh2_m, *layout2_m);
rho2tr_m.initialize(*meshComplex_m, *layoutComplex_m);
grntr_m.initialize(*meshComplex_m, *layoutComplex_m);
int out = this->params_m.template get<int>("output_type");
if (((out == Base::GRAD) || (out == Base::SOL_AND_GRAD)) && (!isGradFD_m)) {
Loading