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
93013731
Commit
93013731
authored
Aug 04, 2011
by
andy
Browse files
STYLE: Corrected comments
parent
8e4035f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/postProcessing/functionObjects/field/fieldAverage/controlDict
View file @
93013731
...
...
@@ -52,7 +52,7 @@ functions
type fieldAverage;
// Where to load it from (if not already in solver)
functionObjectLibs ("libfield
Average
.so");
functionObjectLibs ("libfield
FunctionObjects
.so");
// Function object enabled flag
enabled true;
...
...
src/postProcessing/functionObjects/field/fieldAverage/fieldAverage/fieldAverage.H
View file @
93013731
...
...
@@ -34,7 +34,7 @@ Description
type fieldAverage;
// Where to load it from (if not already in solver)
functionObjectLibs ("libfield
Average
.so");
functionObjectLibs ("libfield
FunctionObjects
.so");
// Whether to perform a clean restart, or start from previous
// averaging info if available
...
...
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