//===========================================================================// // File: normal.cc // // Project: MUNGA Brick: Math Library // // Contents: Implementation details for the normal class // //---------------------------------------------------------------------------// // Date Who Modification // // -------- --- ---------------------------------------------------------- // // 11/19/94 JMA Initial coding. // //---------------------------------------------------------------------------// // Copyright (C) 1994, Virtual World Entertainment, Inc. // // All Rights reserved worldwide // // This unpublished sourcecode is PROPRIETARY and CONFIDENTIAL // //===========================================================================// Logical Normal::TestClass() { DEBUG_STREAM << "Starting Normal Test...\n"; Tell(" Normal::TestClass() is stubbed out!\n"); return False; }