mummy  1.0.2
MummyMain.cxx
Go to the documentation of this file.
00001 //----------------------------------------------------------------------------
00002 //
00003 //  $Id: MummyMain.cxx 2 2007-12-17 18:15:56Z david.cole $
00004 //
00005 //  $Author: david.cole $
00006 //  $Date: 2007-12-17 13:15:56 -0500 (Mon, 17 Dec 2007) $
00007 //  $Revision: 2 $
00008 //
00009 //  Copyright (C) 2006-2007 Kitware, Inc.
00010 //
00011 //----------------------------------------------------------------------------
00012 
00013 #include "MummyApplication.h"
00014 
00015 //----------------------------------------------------------------------------
00016 int main(int argc, char *argv[])
00017 {
00018   MummyApplication app;
00019   return app.Main(argc, argv);
00020 }