1
0
Files
KozaiLidov/lib/integrator.py
2021-10-15 16:30:28 +02:00

9 lines
148 B
Python

#!/usr/bin/python
# -*- coding:utf-8 -*-
"""
Implementation of the various integrators for numerical integration.
"""
def leapfrog():
return 0