ENH: Releasenotes-dev: updated functions
This commit is contained in:
parent
20b1d49a82
commit
5838649e19
@ -281,7 +281,7 @@
|
||||
to provide an in-line functionObject. E.g.
|
||||
#+BEGIN_SRC c++
|
||||
functions
|
||||
(
|
||||
{
|
||||
pAverage
|
||||
{
|
||||
functionObjectLibs ("libutilityFunctionObjects.so");
|
||||
@ -293,7 +293,7 @@
|
||||
Info<<"p avg:" << average(p) << endl;
|
||||
#};
|
||||
}
|
||||
);
|
||||
}
|
||||
#+END_SRC
|
||||
See also [[./doc/changes/dynamicCode.org]]
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user