Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
e16a7676
Commit
e16a7676
authored
Jan 14, 2009
by
Andrew Heather
Browse files
minor updates + removed old FoamX cfg option
parent
e059870a
Changes
4
Hide whitespace changes
Inline
Side-by-side
bin/foamTemplates/source/foamTemplate.H
View file @
e16a7676
...
...
@@ -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 s
omeS
taticData
//- Static data staticData
static
const
dataType
staticData
;
...
...
@@ -105,9 +106,8 @@ public:
static
autoPtr
<
className
>
New
();
// Destructor
~
className
();
//- Destructor
~
className
();
// Member Functions
...
...
bin/foamTemplates/source/foamUtilTemplate.cfg
deleted
100644 → 0
View file @
e059870a
/*--------------------------------*- 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;
}
}
}
// ************************************************************************* //
bin/foamTemplates/source/newSource
View file @
e16a7676
...
...
@@ -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"
;;
...
...
bin/foamTemplates/sourceTemplate/foamTemplateTemplate.H
View file @
e16a7676
...
...
@@ -112,9 +112,8 @@ public:
static
autoPtr
<
ClassName
<
TemplateArgument
>
>
New
();
// Destructor
~
ClassName
();
//- Destructor
~
ClassName
();
// Member Functions
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment