Skip to content
Snippets Groups Projects
Commit 1f09d2b4 authored by Stuart Clare's avatar Stuart Clare
Browse files

Writes max/min to cal_max, cal_min

parent 3c785b0a
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment