Displaying 1 result from an estimated 1 matches for "currentfloatingmask".
2012 Dec 03
1
Compilation failure on Solaris: any advice?
...deBasedGradientImage=NULL;
    this->backwardBestControlPointPosition=NULL;
    this->backwardConjugateG=NULL;
    this->backwardConjugateH=NULL;
    this->backwardProbaJointHistogram=NULL;
    this->backwardLogJointHistogram=NULL;
    this->floatingMaskImage=NULL;
    this->currentFloatingMask=NULL;
    this->floatingMaskPyramid=NULL;
    this->backwardActiveVoxelNumber=NULL;
    this->inverseConsistencyWeight=0.1;
#ifndef NDEBUG
    printf("[NiftyReg DEBUG] reg_f3d_sym constructor called\n");
#endif
}
The error does not occur on any Windows, Linux or OS X system wh...