mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: remove unused variable
This commit is contained in:
@ -45,10 +45,8 @@ Description
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
const label nTypes = 4;
|
||||
const wordList fieldTypes
|
||||
({
|
||||
"volScalarField",
|
||||
@ -58,10 +56,8 @@ int main(int argc, char *argv[])
|
||||
});
|
||||
|
||||
#include "setRootCase.H"
|
||||
|
||||
#include "createTime.H"
|
||||
#include "createNamedMesh.H"
|
||||
|
||||
#include "readConversionProperties.H"
|
||||
|
||||
// get the available time-steps
|
||||
|
||||
Reference in New Issue
Block a user