Skip to content

Commit 8df8135

Browse files
authored
Change liner_solver dir to linear_solver. (#511)
1 parent 28be387 commit 8df8135

43 files changed

Lines changed: 1 addition & 1 deletion

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Code/Source/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if(SV_USE_DUMMY_MPI)
3838
is set to true.")
3939
endif()
4040

41-
set(FLOWSOLVER_SUBDIRS ${FLOWSOLVER_SUBDIRS} liner_solver)
41+
set(FLOWSOLVER_SUBDIRS ${FLOWSOLVER_SUBDIRS} linear_solver)
4242
set(FLOWSOLVER_SUBDIRS ${FLOWSOLVER_SUBDIRS} solver)
4343

4444
#-----------------------------------------------------------------------------

0 commit comments

Comments
 (0)