Skip to content
Snippets Groups Projects
Commit 2a65fc91 authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

start.hh: remove everything deprecated during 2.2-svn. Reviewed by Christoph

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9321 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 743c0da2
No related branches found
No related tags found
No related merge requests found
......@@ -47,32 +47,6 @@ NEW_PROP_TAG(Problem);
NEW_PROP_TAG(TimeManager);
}
/*!
* \brief Print a usage string for simulations using
* Dumux::startFromDGF() as their main() function.
*
* \param progname The name of the executable
*/
DUNE_DEPRECATED_MSG("Not needed if Dumux::start() is used")
void printUsageDGF(const char *progname)
{
std::cout << "usage: " << progname << " [--restart restartTime] gridfile.dgf tEnd dt\n";
exit(1);
}
/*!
* \brief Print a usage string for simulations using
* Dumux::startWithGrid() as their main() function.
*
* \param progname The name of the executable
*/
DUNE_DEPRECATED_MSG("Not needed if Dumux::start() is used")
void printUsageGrid(const char *progname)
{
std::cout << "usage: " << progname << " [--restart restartTime] tEnd dt\n";
exit(1);
}
/*!
* \ingroup Start
* \brief Read the command line arguments and write them into the parameter tree.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment