mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: drop use of objToVTK conversion in viewFactors
This commit is contained in:
committed by
Andrew Heather
parent
f0f4af16d2
commit
eb0c35dc6a
@ -189,11 +189,6 @@ void writeRays
|
||||
}
|
||||
}
|
||||
str.flush();
|
||||
|
||||
Pout<< "cmd: objToVTK " << fName.c_str() << endl;
|
||||
|
||||
stringList cmd({"objToVTK", fName, fName.lessExt().ext("vtk")});
|
||||
Foam::system(cmd);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user