mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
Remove obsolete comment
This comment was needed when the code was first developed, but subsequent development has rendered it obsolete. Remove it to avoid confusion.
This commit is contained in:
@@ -107,13 +107,6 @@ namespace Opm
|
||||
OPM_THROW(std::runtime_error, "Invalid permeability field.");
|
||||
}
|
||||
|
||||
// Assign permeability values only if such values are
|
||||
// given in the input deck represented by 'deck'. In
|
||||
// other words: Don't set any (arbitrary) default values.
|
||||
// It is infinitely better to experience a reproducible
|
||||
// crash than subtle errors resulting from a (poorly
|
||||
// chosen) default value...
|
||||
//
|
||||
if (tensor.size() > 1) {
|
||||
const int* gc = global_cell;
|
||||
int off = 0;
|
||||
|
||||
Reference in New Issue
Block a user