Skip to content
Snippets Groups Projects
Commit 83027a1f authored by Hu Zhao's avatar Hu Zhao
Browse files

docs: add docstring for MassPointModel class

parent f7f55e63
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,8 @@ from beartype import beartype
class MassPointModel:
"""Simulate the movement of a masspoint on a topography."""
@staticmethod
def _preprocess(elevation, x0, y0):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment