Removed useless commented regions.

This commit is contained in:
Xavier Raynaud
2012-05-23 16:24:08 +02:00
parent 4b805c191e
commit 91fe1c5d63
2 changed files with 5 additions and 10 deletions

View File

@@ -41,14 +41,6 @@
#include <opm/core/utility/ErrorMacros.hpp>
#include <iterator>
// namespace {
// int sgn(double val) {
// return (0.0 < val) - (val < 0);
// }
// }
namespace Opm
{