Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke committed May 2, 2024
1 parent b0ae44c commit 47e74b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parastell/source_mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def set_plasma_conditions(plasma_conditions_function):
SourceMesh.plasma_conditions = plasma_conditions_function

@staticmethod
def set_rxt_rate(rxn_rate_function):
def set_rxn_rate(rxn_rate_function):
SourceMesh.rxn_rate = rxn_rate_function

def _create_mbc(self):
Expand Down

0 comments on commit 47e74b0

Please sign in to comment.