Skip to content

Commit aa51d37

Browse files
committed
fix file spellink
1 parent a2d610f commit aa51d37

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ CMakeFiles
2222
CMakeCache.txt
2323
cmake_install.cmake
2424
Makefile.local
25+
git-state.txt
26+
Kokkos_Version_info.*
27+
2528

2629
# test artifacts
2730
test/**/*.o
@@ -36,6 +39,8 @@ test/**/KokkosCore*
3639
test/**/*.csv
3740
test/**/*.pyc
3841
test/**/*.dat
42+
test/**/cmake_packages*
43+
test/**/
3944

4045
# machine specific cache and hidden files
4146
.*

src/fluid/constrainedTransport/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ target_sources(idefix
55
PUBLIC ${CMAKE_CURRENT_LIST_DIR}/constrainedTransport.hpp
66
PUBLIC ${CMAKE_CURRENT_LIST_DIR}/EMFexchange.hpp
77
PUBLIC ${CMAKE_CURRENT_LIST_DIR}/enforceEMFBoundary.hpp
8-
PUBLIC ${CMAKE_CURRENT_LIST_DIR}/EnforceVectorPotentialBoundary.hpp
8+
PUBLIC ${CMAKE_CURRENT_LIST_DIR}/enforceVectorPotentialBoundary.hpp
99
PUBLIC ${CMAKE_CURRENT_LIST_DIR}/evolveMagField.hpp
1010
PUBLIC ${CMAKE_CURRENT_LIST_DIR}/evolveVectorPotential.hpp
1111
)

0 commit comments

Comments
 (0)