mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -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/exceptions.hh>
|
||||||
#include <dune/common/mpihelper.hh>
|
#include <dune/common/mpihelper.hh>
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream> /*@\label{tutorial-decoupled:include-end}@*/
|
||||||
#include <boost/format.hpp> /*@\label{tutorial-decoupled:include-end}@*/
|
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////
|
////////////////////////////////////////////
|
||||||
// function to check the input parameters
|
// function to check the input parameters
|
||||||
////////////////////////////////////////////
|
////////////////////////////////////////////
|
||||||
void usage(const char *progname)
|
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);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user