Skip to content

Commit

Permalink
walberla: missing CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
reinaual committed Jun 13, 2023
1 parent 27dcb87 commit 49eddab
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ foreach(precision double_precision single_precision)
PRIVATE DiffusiveFluxKernel_${precision}.cpp
DiffusiveFluxKernelThermalized_${precision}.cpp
DiffusiveFluxKernelWithElectrostatic_${precision}.cpp
DiffusiveFluxKernelWithElectrostaticThermalized_${precision}.cpp
ContinuityKernel_${precision}.cpp
AdvectiveFluxKernel_${precision}.cpp
FrictionCouplingKernel_${precision}.cpp FixedFlux_${precision}.cpp
FrictionCouplingKernel_${precision}.cpp
FixedFlux_${precision}.cpp
Dirichlet_${precision}.cpp)
endforeach()

0 comments on commit 49eddab

Please sign in to comment.