Skip to content

Commit

Permalink
consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Leimeroth committed Feb 26, 2021
1 parent b078146 commit cd287b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyiron_contrib/atomistic/atomicrex/function_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ def exp_gaussian_screening(identifier, cutoff, stddev, alpha, exponent, species=
return ExpGaussian(identifier, cutoff, stddev, alpha, exponent, species=species, is_screening_function=is_screening_function)

@staticmethod
def morse_A(identifier, D0, r0, beta, species=["*","*"]):
return MorseA(identifier, D0, r0, beta, species=species)
def morse_A(identifier, D0, r0, alpha, species=["*","*"]):
return MorseA(identifier, D0, r0, alpha, species=species)

@staticmethod
def morse_B(identifier, D0, r0, beta, S, delta, species=["*","*"]):
Expand Down

0 comments on commit cd287b4

Please sign in to comment.