00001 // This is core/vnl/vnl_block.cxx 00002 #ifdef VCL_NEEDS_PRAGMA_INTERFACE 00003 #pragma implementation 00004 #endif 00005 //: 00006 // \file 00007 // \author fsm 00008 00009 #include "vnl_block.h" 00010 00011 #include <vcl_cassert.h> 00012 #include <vcl_iostream.h> 00013 00014 void vnl_block_raise_exception(char const *FILE, int LINE, char const *why) 00015 { 00016 vcl_cerr << FILE << ":" << LINE << ": " << why << vcl_endl; 00017 assert(!"raise_exeption() called"); 00018 // throw; 00019 }