Revision 65b31f55718200fcf4bd5ec6af5a701f51b63a3f authored by wenqing on 16 April 2021, 13:39:35 UTC, committed by wenqing on 16 April 2021, 13:39:35 UTC
[TRM] Corrected the temperature passed to variable_array_prev

See merge request ogs/ogs!3568
2 parent s e4a5b05 + 53440de
Raw File
CMakeLists.txt
get_source_files(SOURCES)

ogs_add_library(HeatConduction ${SOURCES})
target_link_libraries(HeatConduction PUBLIC ProcessLib PRIVATE ParameterLib)

if(OGS_BUILD_TESTING)
    include(Tests.cmake)
endif()
back to top