00001 // This is gel/pop/pop_object.cxx 00002 #include "pop_object.h" 00003 //: 00004 // \file 00005 #include <vcl_iostream.h> 00006 00007 void pop_object::update() 00008 { 00009 vcl_cout << "Warning: update should have been called elsewhere\n"; 00010 }
1.5.1