From 5838649e19f2bf781a0d7fc37a61c72a06e2138f Mon Sep 17 00:00:00 2001 From: mattijs Date: Fri, 25 Mar 2011 10:53:56 +0000 Subject: [PATCH] ENH: Releasenotes-dev: updated functions --- ReleaseNotes-dev | 4 ++-- doc/changes/dynamicCode.org | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ReleaseNotes-dev b/ReleaseNotes-dev index 81161c42d7..67e9bc7f33 100644 --- a/ReleaseNotes-dev +++ b/ReleaseNotes-dev @@ -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]] diff --git a/doc/changes/dynamicCode.org b/doc/changes/dynamicCode.org index 12217c6f6c..a6d9dbbe8e 100644 --- a/doc/changes/dynamicCode.org +++ b/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