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 c219b064 authored by Montanaro Veronica's avatar Montanaro Veronica
Browse files

Removed debug comments

parent 8e554e6a
No related branches found
No related tags found
1 merge request!154Resolve "mixed-precision"
This commit is part of merge request !154. Comments created here will be created in the context of that merge request.
......@@ -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);
};
......
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