mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 21:43:27 -06:00
Fix typo and minimize formatting changes.
This commit is contained in:
parent
5578400e72
commit
5d58dc4500
@ -189,6 +189,7 @@ namespace Opm
|
||||
downwind_flux += flux;
|
||||
}
|
||||
}
|
||||
|
||||
// Compute tof.
|
||||
tof_[cell] = (porevolume_[cell] - upwind_term)/downwind_flux;
|
||||
|
||||
@ -203,6 +204,7 @@ namespace Opm
|
||||
|
||||
|
||||
|
||||
|
||||
void TofReorder::solveSingleCellMultidimUpwind(const int cell)
|
||||
{
|
||||
// Compute flux terms.
|
||||
|
Loading…
Reference in New Issue
Block a user