mummy  1.0.3
MummyMain.cxx
Go to the documentation of this file.
1 //----------------------------------------------------------------------------
2 //
3 // $Id: MummyMain.cxx 2 2007-12-17 18:15:56Z david.cole $
4 //
5 // $Author: david.cole $
6 // $Date: 2007-12-17 13:15:56 -0500 (Mon, 17 Dec 2007) $
7 // $Revision: 2 $
8 //
9 // Copyright (C) 2006-2007 Kitware, Inc.
10 //
11 //----------------------------------------------------------------------------
12 
13 #include "MummyApplication.h"
14 
15 //----------------------------------------------------------------------------
16 int main(int argc, char *argv[])
17 {
18  MummyApplication app;
19  return app.Main(argc, argv);
20 }