mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: use fileName::nameLessExt() instead of fileName::name(bool)
- the purpose is more explicit, without needing to check documentation about what the bool parameter means. STYLE: improve formatting of fileName documentation
This commit is contained in:
@ -1657,9 +1657,9 @@ int main(int argc, char *argv[])
|
||||
|
||||
const fileName sFeatFileName
|
||||
(
|
||||
fileName(surf1Name).lessExt().name()
|
||||
fileName(surf1Name).nameLessExt()
|
||||
+ "_"
|
||||
+ fileName(surf2Name).lessExt().name()
|
||||
+ fileName(surf2Name).nameLessExt()
|
||||
+ "_"
|
||||
+ action
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user