-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of github.com:mfriedel/minc-stuffs into develop
- Loading branch information
Showing
11 changed files
with
852 additions
and
120 deletions.
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,7 +1,9 @@ | ||
bin_PROGRAMS = minc_displacement label_volumes_from_jacobians xfm2tag compute_counts_for_labels | ||
bin_PROGRAMS = minc_displacement label_volumes_from_jacobians xfm2tag compute_counts_for_labels tagtoxfm | ||
|
||
minc_displacement_SOURCES = minc_displacement.c | ||
label_volumes_from_jacobians_SOURCES = label_volumes_from_jacobians.c | ||
xfm2tag_SOURCES = xfm2tag.c | ||
compute_counts_for_labels_SOURCES= compute_counts_for_labels.c | ||
tagtoxfm_SOURCES = tagtoxfm.c tagtoxfm.h ParseArgv.c ParseArgv.h | ||
|
||
|
Oops, something went wrong.