This version contains bug fix to handle cases when the activenode range spans the dateline correctly. Also, includes changes to the uncertainty units for compatibility w/PGL/UtilLib.
Made ch_max (in SLBMInterface) a static variable and renamed it to CH_MAX defaulting to .2.
Made the function calls
- void setCHMax(double chMax)
- void getCHMax(double& chMax)
- void setMaxDistance(double maxDistance)
- void getMaxDistance(double& maxDistance)
- void setMaxDepth(double maxDepth)
- void getMaxDepth(double& maxDepth)
all static functions. This was done to allow the locator (LoCOO) to be able to set the control parameters remotely.