mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06: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:
parent
c0559fa258
commit
e63e28a4f2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user