Skip to content
Snippets Groups Projects
Commit 578c0a7e authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

ENH: remove commented cout

parent b1e082dc
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,6 @@ public:
{
double tx = x - abcisseR;
double newRightAbcisse = m_RightAsymptote->GetAbcisse() + tx;
//std::cout <<"right abcisse "<< newRightAbcisse << " max "<< m_MaximumAbcisse << std::endl;
if (newRightAbcisse > m_LeftAsymptote->GetAbcisse()
&& newRightAbcisse < m_MaximumAbcisse)
{
......
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