Skip to content

Commit

Permalink
functional implementation of HR-EBSD-DIC algorithm
Browse files Browse the repository at this point in the history
code compiles and runs correctly on a test case; needs more integration with the rest of the package
  • Loading branch information
marcdegraef committed Dec 3, 2024
1 parent d5bf150 commit 017a31d
Show file tree
Hide file tree
Showing 4 changed files with 872 additions and 484 deletions.
4 changes: 4 additions & 0 deletions Source/EMsoftOOLib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ set(EMsoftOOLib_SRCS
${EMsoftOOLib_SOURCE_DIR}/mod_Detector.f90
${EMsoftOOLib_SOURCE_DIR}/mod_SphereIndexer.f90
${EMsoftOOLib_SOURCE_DIR}/mod_SphInxSupport.f90
${EMsoftOOLib_SOURCE_DIR}/mod_DIC.f90

# ${EMsoftOOLib_SOURCE_DIR}/mod_shapes.f90

${EMsoftOOLib_SOURCE_DIR}/program_mods/mod_sampleRFZ.f90
Expand Down Expand Up @@ -266,6 +268,7 @@ target_link_libraries(EMsoftOOLib
# EMsoftOOLib_Cpp
${EMSOFTOO_hdf5LinkLibs}
jsonfortran
${BSPLINEFORTRAN_DIR}/libbspline-fortran.a
bcls::bcls
)

Expand All @@ -290,6 +293,7 @@ target_include_directories(EMsoftOOLib
${FFTW3_INCLUDE_DIR}
${HDF5_INCLUDE_DIR}
${HDF5_INCLUDE_DIR_FORTRAN}
${BSPLINEFORTRAN_DIR}
PRIVATE
"${EMsoftOO_SOURCE_DIR}/Source"
)
Expand Down
Loading

0 comments on commit 017a31d

Please sign in to comment.