mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
Fix typo
This commit is contained in:
@@ -134,7 +134,7 @@ class BlackOilIntensiveQuantities
|
||||
case 2:
|
||||
return mobilityZ_;
|
||||
default:
|
||||
throw std::runtime_error("Unexpected mobility array index00");
|
||||
throw std::runtime_error("Unexpected mobility array index");
|
||||
}
|
||||
}
|
||||
array_type mobilityX_;
|
||||
|
||||
Reference in New Issue
Block a user