S4 icon indicating copy to clipboard operation
S4 copied to clipboard

Extra output in GetEpsilon

Open jmllorens opened this issue 10 years ago • 1 comments

Apparently there is a line (S4.cpp:2403) in Simulation_GetEpsilon which generates a huge output without a clear purpose:

printf("g = %d, ft = %g, %g\n", g, ft[0], ft[1]);

Better if commented.

jmllorens avatar Mar 27 '14 12:03 jmllorens

I have commented this out and committed it to the repo. Thanks!

On Mar 27, 2014, at 5:04 AM, jmllorens [email protected] wrote:

Apparently there is a line (S4.cpp:2403) in Simulation_GetEpsilon which generates a huge output without a clear purpose:

printf("g = %d, ft = %g, %g\n", g, ft[0], ft[1]); Better if commented.

— Reply to this email directly or view it on GitHub.

victorliu avatar Mar 29 '14 17:03 victorliu