fix: Remove debug line
This commit is contained in:
parent
ff1e7fc10d
commit
8c5b151bc0
Binary file not shown.
@ -24,7 +24,7 @@ int main (int iArgC, char** ppcArgV){
|
||||
|
||||
for(int i=0; i<4; i++){
|
||||
double dRes = interpolateLine(dX1, dY1, dX2, dY2, dX+(double)i);
|
||||
printf ("%f,%f\n",dX+(double)i,dRes);
|
||||
printf ("%f\n",dRes);
|
||||
}
|
||||
|
||||
return iRes;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user