mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Releasenotes-dev: updated functions
This commit is contained in:
@ -104,7 +104,7 @@
|
||||
=functionObject=.
|
||||
#+BEGIN_SRC c++
|
||||
functions
|
||||
(
|
||||
{
|
||||
pAverage
|
||||
{
|
||||
functionObjectLibs ("libutilityFunctionObjects.so");
|
||||
@ -117,7 +117,7 @@
|
||||
Info<<"p avg:" << average(p) << endl;
|
||||
#};
|
||||
}
|
||||
);
|
||||
}
|
||||
#+END_SRC
|
||||
This dynamic code framework uses the following entries
|
||||
+ =codeData=: declaration (in .H file) of local (null-constructable) data
|
||||
|
||||
Reference in New Issue
Block a user