mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
fix number of iterations
This commit is contained in:
@@ -155,7 +155,7 @@ int levmarq(int npar, double *par, int ny, double *y, double *dysq,
|
||||
delete[] delta;
|
||||
delete[] newpar;
|
||||
|
||||
return it;
|
||||
return (it+1);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user