Skip to content

Commit

Permalink
Correct HTML for new Morse Potential equation
Browse files Browse the repository at this point in the history
  • Loading branch information
zunzun committed Jul 11, 2016
1 parent 1f88fc6 commit 36eeb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Models_2D/Miscellaneous.py
Original file line number Diff line number Diff line change
Expand Up @@ -2590,7 +2590,7 @@ def SpecificCodeCPP(self):
class MorsePotential(pyeq2.Model_2D_BaseClass.Model_2D_BaseClass):

_baseName = "Morse Potential"
_HTML = 'V = D*(exp(-2*m*(x-u)) - 2*exp(-m*(x-u)))'
_HTML = 'V = D*(exp(-2*m*(x-u)) - 2*exp(-m*(x-u))) + offset'
_leftSideHTML = 'V'
_coefficientDesignators = ['D', 'm', 'u', 'offset']
_canLinearSolverBeUsedForSSQABS = False
Expand Down

0 comments on commit 36eeb2d

Please sign in to comment.