-
- Downloads
Symbol List check pass: allow caller to specify the valid types of variables in a Symbol List
dynare#1355
Loading
-
mentioned in commit c2399101
-
mentioned in issue dynare#1355 (closed)
-
This commit could have been made simpler: in most calls to
SymbolList::checkPass()
, it is not necessary to introduce a temporary variable containing the list of types. The initializer list can be directly passed as an argument to that method.Edited by Sébastien Villemot
Please register or sign in to comment