Skip to content

Commit b255f3e

Browse files
committed
Moving TChem_Linozv3_StratosphereChemSolver.cpp to verification/linozv3 folder.
1 parent 4057f0b commit b255f3e

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

src/examples/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ LIST(APPEND TCHEM_ATM_EXAMPLE_SOURCES
99
TChem_ReactionRates.cpp
1010
TChem_NetProductionRates.cpp
1111
TChem_RateofProgress.cpp
12-
TChem_Linozv3_StratosphereChemSolver.cpp
1312
TChem_AtmosphericChemistryE3SM_CVODE.cpp
1413
TChem_AerosolChemistry_CVODE.cpp
1514
TChem_AerosolChemistry.cpp
@@ -72,4 +71,4 @@ TARGET_LINK_LIBRARIES(${TCHEM_ATM_EXAMPLE_EXE} ${TCHEM_ATM_LINK_LIBRARIES})
7271
INSTALL(TARGETS ${TCHEM_ATM_EXAMPLE_EXE}
7372
PERMISSIONS OWNER_EXECUTE OWNER_READ OWNER_WRITE
7473
DESTINATION "${CMAKE_INSTALL_PREFIX}/${TCHEM_ATM_INSTALL_EXAMPLE_PATH}")
75-
ENDIF()
74+
ENDIF()

src/verification/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ TARGET_INCLUDE_DIRECTORIES(verification
77
# Skywalker drivers
88
#--------------------------
99
add_subdirectory(mesa)
10+
add_subdirectory(linozv3)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
SET(DRIVER_NAME "TChem_Linozv3_StratosphereChemSolver")
2+
add_executable(${DRIVER_NAME}.x
3+
${DRIVER_NAME}.cpp)
4+
TARGET_LINK_LIBRARIES(${DRIVER_NAME}.x verification;${TCHEM_ATM_LINK_LIBRARIES})

0 commit comments

Comments
 (0)