Skip to content

Commit

Permalink
mistake: count warning as error.
Browse files Browse the repository at this point in the history
  • Loading branch information
qilicun committed Apr 2, 2016
1 parent c2bcc9c commit c5925c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opm/core/props/satfunc/RelpermDiagnostics_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ namespace Opm {
const std::string msg = "-- Warning: For scaled endpoints input, cell" + cellIdx + " SATNUM = " + satnumIdx + ", SOGCR + SGCR + SWL exceed 1.0";
scaled_messages_.push_back(msg);
OpmLog::warning(msg);
counter_.error += 1;
counter_.warning += 1;
}
}
///Following rules come from NEXUS.
Expand Down

0 comments on commit c5925c4

Please sign in to comment.