-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev branch for testing mrtrix bids inputs
- Loading branch information
Benjamin Aron
authored and
Benjamin Aron
committed
Aug 26, 2024
1 parent
6b45fbf
commit 2b4a51d
Showing
4,249 changed files
with
245,312 additions
and
24 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
0.838977888593843 -0.838633701381505 -0.884006280555446 0.88337499857346 0.410882897894761 0.379082928117134 0.334181013394585 0.302920140678514 -0.302524859964087 -0.334104134807124 -0.379005890832917 -0.411239143750211 | ||
0.3572989525 0.3570328728 0.3570321133 0.3572989994 0.3574089112 0.8625878365 0.8630940346 0.3577861662 0.3574088346 0.8625883481 0.8630937514 0.3577861251 | ||
0.410430945515036 -0.411364853483884 0.30176309582217 -0.303291999465761 -0.83870979155511 -0.335019936503161 0.378671015209572 0.883305410161624 -0.883593591050831 -0.379889153280358 0.333801903804951 0.838374293074628 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# defined since 2.8.3 | ||
if (CMAKE_VERSION VERSION_LESS 2.8.3) | ||
get_filename_component (CMAKE_CURRENT_LIST_DIR ${CMAKE_CURRENT_LIST_FILE} PATH) | ||
endif () | ||
|
||
# Allows loading FFTW3 settings from another project | ||
set (FFTW3_CONFIG_FILE "${CMAKE_CURRENT_LIST_FILE}") | ||
|
||
set (FFTW3_LIBRARIES fftw3) | ||
set (FFTW3_LIBRARY_DIRS /Users/benaron/Documents/DESIGNER-v2/rpg_cpp/fftw-3.3.10/build/lib) | ||
set (FFTW3_INCLUDE_DIRS /Users/benaron/Documents/DESIGNER-v2/rpg_cpp/fftw-3.3.10/build/include) | ||
|
||
include ("${CMAKE_CURRENT_LIST_DIR}/FFTW3LibraryDepends.cmake") | ||
|
||
if (CMAKE_VERSION VERSION_LESS 2.8.3) | ||
set (CMAKE_CURRENT_LIST_DIR) | ||
endif () |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
set (PACKAGE_VERSION "3.3.10") | ||
|
||
# Check whether the requested PACKAGE_FIND_VERSION is compatible | ||
if ("${PACKAGE_VERSION}" VERSION_LESS "${PACKAGE_FIND_VERSION}") | ||
set (PACKAGE_VERSION_COMPATIBLE FALSE) | ||
else () | ||
set (PACKAGE_VERSION_COMPATIBLE TRUE) | ||
if ("${PACKAGE_VERSION}" VERSION_EQUAL "${PACKAGE_FIND_VERSION}") | ||
set (PACKAGE_VERSION_EXACT TRUE) | ||
endif () | ||
endif () |
Oops, something went wrong.