Commit 9949917e authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Fixing cmake files.

parent 5660f5f2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
set( headers godunov.h
	     godunov1D_impl.h
set( headers godunov1D_impl.h
             godunov2D_impl.h
             godunov3D_impl.h)

+4 −2
Original line number Diff line number Diff line
@@ -7,8 +7,10 @@ SET( headers BackwardTimeDiscretisation.h
             LinearSystemAssembler.h
             LinearSystemAssembler_impl.h
             NoTimeDiscretisation.h
             PDESolver.h
             PDESolver_impl.h
             TimeDependentPDESolver.h
             TimeDependentPDESolver_impl.h
             TimeIndependentPDESolver.h
             TimeIndependentPDESolver_impl.h
             SemiImplicitTimeStepper.h
             SemiImplicitTimeStepper_impl.h )