Renamed flow_cp to flow_mpi

This commit is contained in:
Markus Blatt 2015-10-12 10:59:01 +02:00
parent 0149732abc
commit 82a73d969e
2 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ endmacro (prereqs_hook)
macro (sources_hook)
if(DUNE_CORNERPOINT_FOUND OR dune-cornerpoint_FOUND)
list (APPEND examples_SOURCES
${PROJECT_SOURCE_DIR}/examples/flow_cp.cpp
${PROJECT_SOURCE_DIR}/examples/flow_mpi.cpp
)
endif()
endmacro (sources_hook)