mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: electricPotential: correct return value of read function
This commit is contained in:
committed by
Andrew Heather
parent
6373dfd6ac
commit
a50ee8e2d2
@ -341,7 +341,7 @@ bool Foam::functionObjects::electricPotential::read(const dictionary& dict)
|
||||
}
|
||||
}
|
||||
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user