Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
load_varian
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
load_varian
Commits
1f09d2b4
Commit
1f09d2b4
authored
20 years ago
by
Stuart Clare
Browse files
Options
Downloads
Patches
Plain Diff
Writes max/min to cal_max, cal_min
parent
3c785b0a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hfunc.c
+2
-0
2 additions, 0 deletions
hfunc.c
with
2 additions
and
0 deletions
hfunc.c
+
2
−
0
View file @
1f09d2b4
...
...
@@ -109,6 +109,8 @@ void avw_set_maxmin(struct dsr *header,int max,int min)
{
header
->
dime
.
glmax
=
max
;
header
->
dime
.
glmin
=
min
;
header
->
dime
.
cal_max
=
(
float
)
max
;
header
->
dime
.
cal_min
=
(
float
)
min
;
}
void
avw_get_maxmin
(
struct
dsr
*
header
,
int
*
max
,
int
*
min
)
{
...
...
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