Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
avwutils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
avwutils
Commits
e5a756f6
Commit
e5a756f6
authored
20 years ago
by
Mark Jenkinson
Browse files
Options
Downloads
Patches
Plain Diff
Changed makefile and fixed error in avworient
parent
f3234055
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+5
-2
5 additions, 2 deletions
Makefile
fslorient.cc
+2
-2
2 additions, 2 deletions
fslorient.cc
with
7 additions
and
4 deletions
Makefile
+
5
−
2
View file @
e5a756f6
...
...
@@ -20,9 +20,9 @@ XFILES = avwcpgeom avwmerge avwnvols avwsplit \
avwinterleave_8UI avwinterleave_8SI avwinterleave_16UI avwinterleave_16SI avwinterleave_32UI avwinterleave_32SI avwinterleave_32R avwinterleave_64R
\
avwroi_8UI avwroi_8SI avwroi_16UI avwroi_16SI avwroi_32UI avwroi_32SI avwroi_32R avwroi_64R
\
avwfill_8UI avwfill_8SI avwfill_16UI avwfill_16SI avwfill_32UI avwfill_32SI avwfill_32R avwfill_64R
\
avwstats avwcomplex avwstats++ avwfft avwmeants avwcheck avwswapdim avwconv avwslice
avwstats avwcomplex avwstats++ avwfft avwmeants avwcheck avwswapdim avwconv avwslice
avworient
SCRIPTS
=
avwval avwchpixdim avwanimate sliceanimate avwsize avwinfo avwedithd
SCRIPTS
=
avwval avwchpixdim avwanimate sliceanimate avwsize avwinfo avwedithd
avwchfiletype
RUNAVWS
=
avw2ascii avwmaths avwcc avwroi avwfill avwinterleave
...
...
@@ -107,5 +107,8 @@ avw2ascii_8UI: avw2ascii.c
avwswapdim
:
avwswapdim.o
${
CXX
}
${
CXXFLAGS
}
${
LDFLAGS
}
-o
$@
avwswapdim.o
${
LIBS
}
avworient
:
avworient.o
${
CXX
}
${
CXXFLAGS
}
${
LDFLAGS
}
-o
$@
avworient.o
${
LIBS
}
avwslice
:
avwslice.cc
${
CXX
}
${
CXXFLAGS
}
${
LDFLAGS
}
-o
avwslice avwslice.cc
${
LIBS
}
This diff is collapsed.
Click to expand it.
fslorient.cc
+
2
−
2
View file @
e5a756f6
...
...
@@ -77,8 +77,8 @@ int fmrib_main(int argc,char *argv[])
retval
=
-
1
;
}
if
(
FslBaseFileType
(
FslGetFileType
(
volinfo
))
!=
FSL_TYPE_ANALYZE
)
{
FslSetOverrideOutputType
(
FslGetFileType
(
volinfo
));
if
(
FslBaseFileType
(
FslGetFileType
(
&
volinfo
))
!=
FSL_TYPE_ANALYZE
)
{
FslSetOverrideOutputType
(
FslGetFileType
(
&
volinfo
));
write_volume4D
(
invol
,
filename
,
volinfo
);
FslSetOverrideOutputType
(
-
1
);
// restore to default
}
else
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment