Skip to content
Snippets Groups Projects
Commit b351e92d authored by Ondřej Székely's avatar Ondřej Székely
Browse files

Fixing error

parent d1360608
No related branches found
No related tags found
No related merge requests found
......@@ -172,8 +172,6 @@ void heatEquationSolver< Mesh,Diffusion,BoundaryCondition,RightHandSide,TimeFunc
diffusion.getExplicitRHS(mesh,_u,_fu);
boundaryCondition.applyBoundaryTimeDerivation(mesh, _fu, time, timeFunction, analyticSpaceFunction);
RHS.applyRHSValues(mesh, time, _fu, timeFunction, analyticSpaceFunction);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment