Skip to content
Snippets Groups Projects
Commit dbf11f73 authored by Stefan Girke's avatar Stefan Girke
Browse files

bugfix

parent 2b1678da
No related branches found
No related tags found
No related merge requests found
......@@ -321,7 +321,7 @@ namespace Fem
rhsTemp_->clear();
//apply rhs operator
(*rhsOperator_)( solution(), rhsTemp_ );
(*rhsOperator_)( solution(), *rhsTemp_ );
//save changes
rhs() += (*rhsTemp_);
......
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