Skip to content
Snippets Groups Projects
Commit e16a7676 authored by Andrew Heather's avatar Andrew Heather
Browse files

minor updates + removed old FoamX cfg option

parent e059870a
No related merge requests found
......@@ -55,7 +55,7 @@ Ostream& operator<<(Ostream&, const className&);
/*---------------------------------------------------------------------------*\
Class className Declaration
Class className Declaration
\*---------------------------------------------------------------------------*/
class className
......@@ -64,6 +64,7 @@ class className
{
// Private data
//- Description of data_
dataType data_;
......@@ -80,7 +81,7 @@ public:
// Static data members
//- Static data someStaticData
//- Static data staticData
static const dataType staticData;
......@@ -105,9 +106,8 @@ public:
static autoPtr<className> New();
// Destructor
~className();
//- Destructor
~className();
// Member Functions
......
/*--------------------------------*- 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
type: (C|H|I|IO|App|cfg)
type: (C|H|I|IO|App)
USAGE
exit 1
......@@ -74,10 +74,6 @@ app|App)
wmakeFilesAndOptions
fi
;;
cfg)
template=foamUtilTemplate
fileType=$1
;;
*)
usage "unknown type"
;;
......
......@@ -112,9 +112,8 @@ public:
static autoPtr<ClassName<TemplateArgument> > New();
// Destructor
~ClassName();
//- Destructor
~ClassName();
// Member Functions
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment