Skip to content

Commit

Permalink
Merge branch 'consistent_symbolic_forms' into 'master'
Browse files Browse the repository at this point in the history
named arguments for all forms consistent (energy was different than rest)

See merge request jschoeberl/ngsolve!290
  • Loading branch information
JSchoeberl committed Jan 23, 2018
2 parents 647cd38 + 5329e94 commit 5ad01a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comp/python_comp.cpp
Expand Up @@ -3353,7 +3353,7 @@ flags : dict
bfi->SetSimdEvaluate (simd_evaluate);
return bfi;
},
py::arg("coefficient"), py::arg("VOL_or_BND")=VOL,
py::arg("form"), py::arg("VOL_or_BND")=VOL,
py::arg("definedon")=DummyArgument(), py::arg("element_boundary")=false,
py::arg("bonus_intorder")=0,
py::arg("definedonelements")=DummyArgument(),
Expand Down

0 comments on commit 5ad01a5

Please sign in to comment.