mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Use new mvBak() in a few places to avoid hammering existing files
This commit is contained in:
@ -47,7 +47,7 @@ void UnMapped(const IOobjectList& objects)
|
||||
++fieldIter
|
||||
)
|
||||
{
|
||||
mv(fieldIter()->objectPath(), fieldIter()->objectPath() + ".unmapped");
|
||||
mvBak(fieldIter()->objectPath(), "unmapped");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user