Skip to content
Snippets Groups Projects
Commit 3ce1423c authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Delete sphere_jxi488_loop() logger after use

parent 345f4191
No related branches found
No related tags found
No related merge requests found
...@@ -610,6 +610,7 @@ int sphere_jxi488_cycle( ...@@ -610,6 +610,7 @@ int sphere_jxi488_cycle(
if (jer != 0) { if (jer != 0) {
oi->vec_ier[jxindex] = 1; oi->vec_ier[jxindex] = 1;
oi->lcalc = lcalc; oi->lcalc = lcalc;
delete logger;
return jer; return jer;
} }
} // i132 } // i132
...@@ -868,6 +869,7 @@ int sphere_jxi488_cycle( ...@@ -868,6 +869,7 @@ int sphere_jxi488_cycle(
} // jth486 loop on azimuth } // jth486 loop on azimuth
oi->vec_jxi[jxindex] = jxi; oi->vec_jxi[jxindex] = jxi;
logger->log("INFO: finished scale iteration " + to_string(jxi) + " of " + to_string(nxi) + ".\n"); logger->log("INFO: finished scale iteration " + to_string(jxi) + " of " + to_string(nxi) + ".\n");
delete logger;
return jer; return jer;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment