mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-22 09:16:27 -06:00
eliminate all dependencies on boost
mainly to get rid of AX_BOOST_BASE and to reduce the number of dependencies.
This commit is contained in:
parent
366fe98949
commit
358449a1bd
@ -35,16 +35,14 @@
|
||||
#include <dune/common/exceptions.hh>
|
||||
#include <dune/common/mpihelper.hh>
|
||||
|
||||
#include <iostream>
|
||||
#include <boost/format.hpp> /*@\label{tutorial-decoupled:include-end}@*/
|
||||
|
||||
#include <iostream> /*@\label{tutorial-decoupled:include-end}@*/
|
||||
|
||||
////////////////////////////////////////////
|
||||
// function to check the input parameters
|
||||
////////////////////////////////////////////
|
||||
void usage(const char *progname)
|
||||
{
|
||||
std::cout << boost::format("usage: %s [--restart restartTime] tEnd\n")%progname;
|
||||
std::cout << "usage: "<<progname<<" [--restart restartTime] tEnd\n";
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user