started working on the tex-part
started working on eval-graphics ned helper methods tested some new aspects some fixes and changes added some graphics new test-floorplan many cleanups
This commit is contained in:
@@ -16,7 +16,7 @@ public:
|
||||
//return 1;
|
||||
|
||||
// //rho_z
|
||||
double barometerSigma = 0.09;
|
||||
double barometerSigma = 0.12+0.04;//0.09;
|
||||
|
||||
// //The height of the single floor levels.
|
||||
// const static double floor_height[3] = {4.1, 3.4, 3.4};
|
||||
|
||||
@@ -45,7 +45,7 @@ public:
|
||||
|
||||
obs->hpa = hPa - first_hPa;
|
||||
|
||||
std::cout << obs->hpa << std::endl;
|
||||
//std::cout << obs->hpa << std::endl;
|
||||
|
||||
// done
|
||||
return obs;
|
||||
|
||||
Reference in New Issue
Block a user