S4
S4 copied to clipboard
Extra output in GetEpsilon
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.
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.