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
521837fc
Commit
521837fc
authored
Jan 11, 2010
by
Andrew Heather
Browse files
Corrected template argument for cloud typedefs
parent
a813b9dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lagrangian/intermediate/clouds/derived/BasicReactingMultiphaseCloud/BasicReactingMultiphaseCloud.H
View file @
521837fc
...
...
@@ -42,13 +42,31 @@ Description
namespace
Foam
{
typedef
ReactingMultiphaseCloud
<
BasicReactingParcel
<
constGasThermoPhysics
>
>
typedef
ReactingMultiphaseCloud
<
BasicReactingMultiphaseParcel
<
constGasThermoPhysics
>
>
constThermoReactingMultiphaseCloud
;
typedef
ReactingMultiphaseCloud
<
BasicReactingParcel
<
gasThermoPhysics
>
>
typedef
ReactingMultiphaseCloud
<
BasicReactingMultiphaseParcel
<
gasThermoPhysics
>
>
thermoReactingMultiphaseCloud
;
typedef
ReactingMultiphaseCloud
<
BasicReactingParcel
<
icoPoly8ThermoPhysics
>
>
typedef
ReactingMultiphaseCloud
<
BasicReactingMultiphaseParcel
<
icoPoly8ThermoPhysics
>
>
icoPoly8ThermoReactingMultiphaseCloud
;
}
...
...
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