mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-06-22 16:52:02 +01:00
more code cleaning
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
using namespace std;
|
||||
using namespace Latan;
|
||||
|
||||
const Index nPoint1 = 5, nPoint2 = 5;
|
||||
const Index nPoint1 = 10, nPoint2 = 10;
|
||||
const double xErr = .1, yErr = .1;
|
||||
const double exactPar[2] = {0.5,5.};
|
||||
const double dx1 = 10.0/static_cast<double>(nPoint1);
|
||||
|
Reference in New Issue
Block a user