Skip to content

Commit

Permalink
Remove commented lines from gizmo network model classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdzman committed Dec 9, 2023
1 parent e35348b commit 5277103
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions lib/t/+mp/nme_gizmo.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
% Covered by the 3-clause BSD License (see LICENSE file for details).
% See https://matpower.org for more info.

% properties
% end

methods
function name = name(obj)
name = 'gizmo';
Expand Down
4 changes: 0 additions & 4 deletions lib/t/+mp/nme_gizmo_ac.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
% Covered by the 3-clause BSD License (see LICENSE file for details).
% See https://matpower.org for more info.

% properties
% name = 'gizmo';
% end

methods
function obj = add_zvars(obj, nm, dm, idx)
tab = obj.data_model_element(dm).tab;
Expand Down

0 comments on commit 5277103

Please sign in to comment.