// file: $isip/class/stat/StatisticalModel/smb_00.cc // version: $Id: smb_00.cc 6088 2000-12-27 00:34:25Z picone $ // // there is no source code in this file // // isip include files // #include "StatisticalModelBase.h" //----------------------------------------------------------------------------- // // we define non-integral constants in the default constructor // //----------------------------------------------------------------------------- // constants: required constants such as the class name // const String StatisticalModelBase::CLASS_NAME(L"StatisticalModelBase"); // static instantiations: memory manager, debug_level, scratch space, etc. // const NameMap StatisticalModelBase::MODE_MAP(L"NONE, PRECOMPUTE"); Integral::DEBUG StatisticalModelBase::debug_level_d = Integral::NONE;