Skip to content
Snippets Groups Projects
Commit ed88590f authored by Ondrej Szekely's avatar Ondrej Szekely
Browse files

Fixing merge errors.

parent 0e47ea33
No related branches found
No related tags found
No related merge requests found
...@@ -8,4 +8,4 @@ SET( headers tnlCylinderFunction.h ...@@ -8,4 +8,4 @@ SET( headers tnlCylinderFunction.h
tnlTwinsFunction_impl.h tnlTwinsFunction_impl.h
) )
INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/functions/initial_conditions ) INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/functors/initial_conditions )
...@@ -4,4 +4,4 @@ SET( headers tnlBlobFunction.h ...@@ -4,4 +4,4 @@ SET( headers tnlBlobFunction.h
tnlPseudoSquareFunction_impl.h tnlPseudoSquareFunction_impl.h
) )
INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/functions/initial_conditions/level_set_functions ) INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/functors/initial_conditions/level_set_functions )
...@@ -77,8 +77,8 @@ class tnlHeatEquationProblem : public tnlPDEProblem< Mesh, ...@@ -77,8 +77,8 @@ class tnlHeatEquationProblem : public tnlPDEProblem< Mesh,
const RealType& tau, const RealType& tau,
const MeshType& mesh, const MeshType& mesh,
DofVectorType& _u, DofVectorType& _u,
MeshDependentDataType& meshDependentData, DofVectorType& _fu,
DofVectorType& _fu ); MeshDependentDataType& meshDependentData );
template< typename Matrix > template< typename Matrix >
void assemblyLinearSystem( const RealType& time, void assemblyLinearSystem( const RealType& time,
......
...@@ -181,8 +181,8 @@ getExplicitRHS( const RealType& time, ...@@ -181,8 +181,8 @@ getExplicitRHS( const RealType& time,
const RealType& tau, const RealType& tau,
const MeshType& mesh, const MeshType& mesh,
DofVectorType& u, DofVectorType& u,
MeshDependentDataType& meshDependentData, DofVectorType& fu,
DofVectorType& fu ) MeshDependentDataType& meshDependentData )
{ {
/**** /****
* If you use an explicit solver like tnlEulerSolver or tnlMersonSolver, you * If you use an explicit solver like tnlEulerSolver or tnlMersonSolver, you
......
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