Skip to content

Commit

Permalink
simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Mar 23, 2017
1 parent 962c6ec commit ac01952
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions meta/Parameters.m
Expand Up @@ -283,8 +283,7 @@
If[Length[symDef] > 1,
Print["Warning: ", sym, " defined multiple times"];
];
symDef = symDef[[1]];
Return[symDef];
symDef[[1]]
];

FindAllParametersFromList[expr_, parameters_List] :=
Expand Down

0 comments on commit ac01952

Please sign in to comment.