mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
removing FoamX
This commit is contained in:
@ -1,32 +0,0 @@
|
||||
/*---------------------------------------------------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.0 |
|
||||
| \\ / A nd | Web: http://www.openfoam.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
// foamInfoExec tool definition
|
||||
|
||||
description "Interrogates a case and prints information to screen";
|
||||
|
||||
foamInfoExecDict
|
||||
{
|
||||
type dictionary;
|
||||
description "foamInfoExec control dictionary";
|
||||
dictionaryPath "system";
|
||||
|
||||
entries
|
||||
{
|
||||
arguments
|
||||
{
|
||||
type rootCaseArguments;
|
||||
entries
|
||||
{
|
||||
include "$FOAMX_CONFIG/entries/arguments/times.cfg";
|
||||
include "$FOAMX_CONFIG/entries/arguments/dictionary.cfg";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
Reference in New Issue
Block a user