We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8563b8 commit 3465180Copy full SHA for 3465180
src/amuse/units/astronomical_constants.py
@@ -0,0 +1,10 @@
1
+"""
2
+Series of astronomical constants, which are in turn used by the units of the
3
+same names.
4
5
+
6
+# Until we have a way to select a system of constants, use the originally
7
+# defined values. Later, we should have a way to select between different
8
+# constants definitions.
9
10
+from amuse.units.amuse_2010.astronomical_constants import *
src/amuse/units/constants.py
@@ -0,0 +1,2 @@
+from .physical_constants import *
+from .astronomical_constants import *
0 commit comments