Fix spelling (interiour -> interior).

This commit is contained in:
Bård Skaflestad 2012-02-10 11:26:48 +01:00
parent 869ce15a44
commit 670e95b147

View File

@ -92,7 +92,7 @@ namespace Opm
flux =-tm.darcyflux_[f];
other = tm.grid_.face_cells[2*f];
}
// Add flux to influx or outflux, if interiour.
// Add flux to influx or outflux, if interior.
if (other != -1) {
if (flux < 0.0) {
influx += flux*tm.fractionalflow_[other];