mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
minor updates + removed old FoamX cfg option
This commit is contained in:
@ -64,6 +64,7 @@ class className
|
|||||||
{
|
{
|
||||||
// Private data
|
// Private data
|
||||||
|
|
||||||
|
//- Description of data_
|
||||||
dataType data_;
|
dataType data_;
|
||||||
|
|
||||||
|
|
||||||
@ -80,7 +81,7 @@ public:
|
|||||||
|
|
||||||
// Static data members
|
// Static data members
|
||||||
|
|
||||||
//- Static data someStaticData
|
//- Static data staticData
|
||||||
static const dataType staticData;
|
static const dataType staticData;
|
||||||
|
|
||||||
|
|
||||||
@ -105,8 +106,7 @@ public:
|
|||||||
static autoPtr<className> New();
|
static autoPtr<className> New();
|
||||||
|
|
||||||
|
|
||||||
// Destructor
|
//- Destructor
|
||||||
|
|
||||||
~className();
|
~className();
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,27 +0,0 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
|
||||||
| ========= | |
|
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
||||||
| \\ / O peration | Version: 1.5 |
|
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
|
||||||
| \\/ M anipulation | |
|
|
||||||
\*---------------------------------------------------------------------------*/
|
|
||||||
// className tool definition
|
|
||||||
|
|
||||||
description "";
|
|
||||||
|
|
||||||
classNameDict
|
|
||||||
{
|
|
||||||
type dictionary;
|
|
||||||
description "className control dictionary";
|
|
||||||
dictionaryPath "system";
|
|
||||||
|
|
||||||
entries
|
|
||||||
{
|
|
||||||
arguments
|
|
||||||
{
|
|
||||||
type rootCaseTimeArguments;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
|
||||||
@ -40,7 +40,7 @@ usage: $Script <type> <class name>
|
|||||||
|
|
||||||
* create a new standard OpenFOAM source file
|
* create a new standard OpenFOAM source file
|
||||||
|
|
||||||
type: (C|H|I|IO|App|cfg)
|
type: (C|H|I|IO|App)
|
||||||
|
|
||||||
USAGE
|
USAGE
|
||||||
exit 1
|
exit 1
|
||||||
@ -74,10 +74,6 @@ app|App)
|
|||||||
wmakeFilesAndOptions
|
wmakeFilesAndOptions
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
cfg)
|
|
||||||
template=foamUtilTemplate
|
|
||||||
fileType=$1
|
|
||||||
;;
|
|
||||||
*)
|
*)
|
||||||
usage "unknown type"
|
usage "unknown type"
|
||||||
;;
|
;;
|
||||||
|
|||||||
@ -112,8 +112,7 @@ public:
|
|||||||
static autoPtr<ClassName<TemplateArgument> > New();
|
static autoPtr<ClassName<TemplateArgument> > New();
|
||||||
|
|
||||||
|
|
||||||
// Destructor
|
//- Destructor
|
||||||
|
|
||||||
~ClassName();
|
~ClassName();
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user