added code for advanced sample impoverishment using the mesh
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user