Skip to content
Snippets Groups Projects
Commit de90b2b2 authored by Dario Canossi's avatar Dario Canossi Committed by Sergio Ferraris
Browse files

BUG: rotateMesh: prevent double rotations (Fixes #2186)

parent 8ac0548c
No related branches found
No related tags found
1 merge request!492BUG: 2021-2: Various bug fixes and developments
......@@ -125,6 +125,8 @@ int main(int argc, char *argv[])
// ------------------------------------------------------------------------
#include "createNamedMeshes.H"
forAll(regionNames, regioni)
{
const word& regionName = regionNames[regioni];
......@@ -166,8 +168,6 @@ int main(int argc, char *argv[])
instantList timeDirs = timeSelector::select0(runTime, args);
#include "createNamedMeshes.H"
forAll(timeDirs, timei)
{
runTime.setTime(timeDirs[timei], timei);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment