Skip to content

Commit

Permalink
update class version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariosmsk committed May 14, 2020
1 parent 16a51fc commit 44a72c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epanet_matlab_toolkit/epanet.m
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@
CMDCODE; % Code=1 Hide, Code=0 Show (messages at command window)
end
properties (Constant = true)
classversion='dev2.2'; % 06/02/2019
classversion='v2.2.0-beta.2'; % 14/05/2020

LOGOP={'IF', 'AND', 'OR'} % Constants for rule-based controls: 'IF', 'AND', 'OR' % EPANET Version 2.2
RULEOBJECT={'NODE', 'LINK', 'SYSTEM'}; % Constants for rule-based controls: 'NODE','LINK','SYSTEM' % EPANET Version 2.2
Expand Down

0 comments on commit 44a72c0

Please sign in to comment.