Skip to content

Commit

Permalink
Merge pull request IDEMSInternational#5091 from dannyparsons/Muthenya…
Browse files Browse the repository at this point in the history
…-GeneralModels

Muthenya general models
  • Loading branch information
dannyparsons authored Nov 4, 2018
2 parents be38008 + df12818 commit eead410
Show file tree
Hide file tree
Showing 8 changed files with 1,501 additions and 840 deletions.
6 changes: 3 additions & 3 deletions instat/clsRSyntax.vb
Original file line number Diff line number Diff line change
Expand Up @@ -467,9 +467,9 @@ Public Class RSyntax
Public Sub ClearCodes()
lstBeforeCodes = New List(Of RCodeStructure)
lstAfterCodes = New List(Of RCodeStructure)
clsBaseFunction = Nothing
clsBaseOperator = Nothing
clsBaseCommandString = Nothing
clsBaseFunction = New RFunction
clsBaseOperator = New ROperator
clsBaseCommandString = New RCodeStructure
strCommandString = ""
bUseBaseFunction = False
bUseBaseOperator = False
Expand Down
155 changes: 76 additions & 79 deletions instat/dlgModelling.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit eead410

Please sign in to comment.