BUG: electricPotential: correct return value of read function

This commit is contained in:
Kutalmis Bercin
2023-07-12 16:48:21 +01:00
committed by Andrew Heather
parent 6373dfd6ac
commit a50ee8e2d2

View File

@ -341,7 +341,7 @@ bool Foam::functionObjects::electricPotential::read(const dictionary& dict)
}
}
return false;
return true;
}