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
+ 0
3
Compare changes
  • Side-by-side
  • Inline
@@ -414,10 +414,7 @@ namespace ippl {
// for all timesteps (green's fct will only change if mesh size changes)
static IpplTimings::TimerRef ginit = IpplTimings::getTimer("Green Init");
IpplTimings::startTimer(ginit);
Inform msg("");
msg << "init done" << endl;
greensFunction();
msg << "Green done" << endl;
IpplTimings::stopTimer(ginit);
};
Loading