added code for advanced sample impoverishment using the mesh

This commit is contained in:
toni
2018-05-15 10:03:49 +02:00
parent 628aafaecd
commit d0b01b377d
11 changed files with 622 additions and 10 deletions

View File

@@ -141,7 +141,7 @@ private:
#endif
if (std::abs(delta_hPa) < 0.042) {
current = Activity::WALKING;
current = Activity::WALKING;
return;
} else if (delta_hPa > 0) {
current = Activity::WALKING_DOWN;