Drop ebos in function names

This commit is contained in:
Arne Morten Kvarving
2024-02-01 10:54:43 +01:00
parent 9f13a25ebc
commit d5748b6c55
92 changed files with 192 additions and 201 deletions

View File

@@ -24,5 +24,5 @@
int main(int argc, char** argv)
{
return Opm::flowEbosWaterOnlyMainStandalone(argc, argv);
return Opm::flowWaterOnlyMainStandalone(argc, argv);
}