1
0
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:
2016-03-30 15:19:11 +01:00
parent d699e9e564
commit 8ef69a4843
2 changed files with 1 additions and 55 deletions

View File

@ -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);