Skip to content

Commit

Permalink
timestepping -> timeStepping
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarusz committed Aug 8, 2024
1 parent 4423eff commit 8962b26
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/omega/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ target_include_directories(
${OMEGA_SOURCE_DIR}/src/base
${OMEGA_SOURCE_DIR}/src/infra
${OMEGA_SOURCE_DIR}/src/ocn
${OMEGA_SOURCE_DIR}/src/timestepping
${OMEGA_SOURCE_DIR}/src/timeStepping
${PIOC_SOURCE_DIR}
${PIOC_BINARY_DIR}
${Parmetis_INCLUDE_DIRS}
Expand Down Expand Up @@ -47,7 +47,7 @@ if(GKlib_FOUND)
endif()

# Add source files for the library
file(GLOB_RECURSE _LIBSRC_FILES infra/*.cpp base/*.cpp ocn/*.cpp timestepping/*.cpp)
file(GLOB_RECURSE _LIBSRC_FILES infra/*.cpp base/*.cpp ocn/*.cpp timeStepping/*.cpp)

add_library(${OMEGA_LIB_NAME} ${_LIBSRC_FILES})

Expand Down
2 changes: 1 addition & 1 deletion components/omega/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ add_omega_test(
add_omega_test(
TIMESTEPPER_TEST
testTimeStepper.exe
timestepping/TimeStepperTest.cpp
timeStepping/TimeStepperTest.cpp
"-n;2"
)

Expand Down

0 comments on commit 8962b26

Please sign in to comment.