setup.py
Pierre-Antoine Rouby 2023-10-20 09:25:19 +02:00
parent 325bb9ed02
commit 4c40f675b5
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ class Data(SQLSubModel):
def _update_from_kp(self):
min = self._update_get_min()
self._elevation = min - self._height
self._elevation = min + self._height
def _update_from_elevation(self):
min = self._update_get_min()