Skip to content

Commit 2206823

Browse files
author
jngaravitoc
committed
typo
1 parent c5b30bd commit 2206823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EXPtools/basis_builder/makemodel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def _write_table(tablename, radius, density, mass, potential):
2828
for r, d, m, p in zip(radius, density, mass, potential):
2929
print(f'{r} {d} {m} {p}', file=f)
3030

31-
def makemodel(radius, density, Mtotal, output_filename='', physial_units=False, verbose=True):
31+
def makemodel(radius, density, Mtotal, output_filename='', physical_units=False, verbose=True):
3232
"""
3333
Generate an EXP-compatible spherical basis function table.
3434

0 commit comments

Comments
 (0)