NAME
RdontTrackMinMax - disable automatic tracking of minimum and maximum value
SYNOPSIS
#include "csf.h"
void RdontTrackMinMax(MAP *m);
PARAMETERS
-
MAP *m
-
map handle
DESCRIPTION
A call to RdontTrackMinMax disables the automatic tracking
of the min/max value in succesive cell writes.
If used, one must always
use RputMinVal and RputMaxVal to set the correct values.