Skip to content

Commit

Permalink
correcting function name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Jul 10, 2016
1 parent 3428ce9 commit 0d37542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/librarylink.m.in
Expand Up @@ -51,7 +51,7 @@ Options[FS@ModelName@OpenHandle] = {
Sequence @@ fsDefaultSMParameters
};

FSSMOpenHandle[a___, (fsSettings | fsSMParameters) -> s_List, r___] :=
FS@ModelName@OpenHandle[a___, (fsSettings | fsSMParameters) -> s_List, r___] :=
FSSMOpenHandle[a, Sequence @@ s, r];

FS@ModelName@OpenHandle[OptionsPattern[]] :=
Expand Down

0 comments on commit 0d37542

Please sign in to comment.