mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Removed useless commented regions.
This commit is contained in:
@@ -6,10 +6,13 @@ LDFLAGS = $(BOOST_LDFLAGS)
|
|||||||
|
|
||||||
LDADD = $(top_builddir)/libopmpolymer.la \
|
LDADD = $(top_builddir)/libopmpolymer.la \
|
||||||
$(BOOST_FILESYSTEM_LIB) \
|
$(BOOST_FILESYSTEM_LIB) \
|
||||||
$(BOOST_SYSTEM_LIB)
|
$(BOOST_SYSTEM_LIB) \
|
||||||
|
/usr/local/lib/libopmcore.la
|
||||||
|
|
||||||
|
|
||||||
noinst_PROGRAMS = \
|
noinst_PROGRAMS = \
|
||||||
polymer_reorder
|
polymer_reorder
|
||||||
|
|
||||||
polymer_reorder_SOURCES = \
|
polymer_reorder_SOURCES = \
|
||||||
polymer_reorder.cpp
|
polymer_reorder.cpp
|
||||||
|
|
||||||
|
|||||||
@@ -41,14 +41,6 @@
|
|||||||
#include <opm/core/utility/ErrorMacros.hpp>
|
#include <opm/core/utility/ErrorMacros.hpp>
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
|
|
||||||
// namespace {
|
|
||||||
|
|
||||||
// int sgn(double val) {
|
|
||||||
// return (0.0 < val) - (val < 0);
|
|
||||||
// }
|
|
||||||
|
|
||||||
// }
|
|
||||||
|
|
||||||
namespace Opm
|
namespace Opm
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user