Skip to content
Snippets Groups Projects
Commit 41f66e93 authored by Axel Modave's avatar Axel Modave
Browse files

waveguides: fix PostOp selection

parent 583ad68e
No related branches found
No related tags found
No related merge requests found
Pipeline #6268 passed
......@@ -400,13 +400,7 @@ PostOperation {
}
DefineConstant[
MyPostOp = {" Get_Field, Get_SParameters",
Choices{"Get_Field", "Get_FieldsBnd", "Get_SParameters"},
Name "Input/1Post-processing", MultipleSelection "101"}
] ;
DefineConstant[
R_ = {"Analysis", Name "GetDP/1ResolutionChoices", Visible 0}
C_ = {"-solve -pos -bin -v2", Name "GetDP/9ComputeCommand", Visible 0},
P_ = { Str[MyPostOp], Name "GetDP/2PostOperationChoices", Visible 0, ReadOnly 1}
R_ = {"Analysis", Name "GetDP/1ResolutionChoices", Visible 1}
C_ = {"-solve -pos -bin -v2", Name "GetDP/9ComputeCommand", Visible 1},
P_ = {"Get_Field, Get_SParameters", Choices{"Get_Field", "Get_FieldsBnd", "Get_SParameters"}, Name "GetDP/2PostOperationChoices", Visible 1}
] ;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment