Skip to content

Commit

Permalink
Update comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
cuihantao committed Mar 18, 2023
1 parent df2a982 commit 24d0f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion andes/core/var.py
Expand Up @@ -92,7 +92,7 @@ def __init__(self,
self.v_iter = v_iter # the implicit equation (0 = v_iter) for iterative initialization
self.e_str = e_str # residual equation string

self.discrete = discrete
self.discrete = discrete # discrete component on which this variable depends
self.v_setter = v_setter # True if this variable sets the variable value
self.e_setter = e_setter # True if this var sets the equation value
self.v_str_add = v_str_add
Expand Down

0 comments on commit 24d0f18

Please sign in to comment.