Skip to content

Commit

Permalink
Use camelCase namining for Albany/src/ folders
Browse files Browse the repository at this point in the history
  • Loading branch information
mperego committed Dec 19, 2022
1 parent 0806199 commit b4c5cfd
Show file tree
Hide file tree
Showing 218 changed files with 8 additions and 31,508 deletions.
8 changes: 4 additions & 4 deletions PyAlbany/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ endif()

if (ALBANY_LANDICE)
list (APPEND ALBANY_INCLUDE_DIRS
${Albany_SOURCE_DIR}/src/LandIce
${Albany_SOURCE_DIR}/src/LandIce/evaluators
${Albany_SOURCE_DIR}/src/LandIce/problems
${Albany_SOURCE_DIR}/src/landIce
${Albany_SOURCE_DIR}/src/landIce/evaluators
${Albany_SOURCE_DIR}/src/landIce/problems
)

list (APPEND ALBANY_LIBRARIES LandIce)
list (APPEND ALBANY_LIBRARIES landIce)

if (ENABLE_MPAS_INTERFACE)
list (APPEND ALBANY_LIBRARIES mpasInterface)
Expand Down
5 changes: 2 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ set (ALBANY_INCLUDE_DIRS
${Albany_SOURCE_DIR}/src/disc/stk
${Albany_SOURCE_DIR}/src/disc
${Albany_SOURCE_DIR}/src/utility
${Albany_SOURCE_DIR}/src/corePDEs/evaluators
)

link_directories (${Trilinos_LIBRARY_DIRS} ${Trilinos_TPL_LIBRARY_DIRS})
Expand Down Expand Up @@ -598,8 +597,8 @@ if(ALBANY_DEMO_PDES)
endif()

if (ALBANY_LANDICE)
add_subdirectory(LandIce)
list (APPEND ALBANY_LIBRARIES LandIce)
add_subdirectory(landIce)
list (APPEND ALBANY_LIBRARIES landIce)

if (ENABLE_MPAS_INTERFACE)
list (APPEND ALBANY_LIBRARIES mpasInterface)
Expand Down
261 changes: 0 additions & 261 deletions src/LandIce/CMakeLists.txt

This file was deleted.

12 changes: 0 additions & 12 deletions src/LandIce/evaluators/LandIce_AnalyticIceGeometry.cpp

This file was deleted.

60 changes: 0 additions & 60 deletions src/LandIce/evaluators/LandIce_AnalyticIceGeometry.hpp

This file was deleted.

Loading

0 comments on commit b4c5cfd

Please sign in to comment.