From 9c6ac6dc5feb25095b39e624b2c7fc3ac40e2f91 Mon Sep 17 00:00:00 2001 From: Dominik Christ Date: Mon, 27 Jan 2014 11:53:50 +0000 Subject: [PATCH] Updated library name in header file docmentation --- .../functionObjects/field/fieldValues/cellSource/cellSource.H | 2 +- .../functionObjects/field/fieldValues/faceSource/faceSource.H | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSource.H b/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSource.H index 315a70ef3..665b2dae3 100644 --- a/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSource.H +++ b/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSource.H @@ -31,7 +31,7 @@ Description cellObj1 // Name also used to identify output folder { type cellSource; - functionObjectLibs ("libfieldValueFunctionObjects.so"); + functionObjectLibs ("libfieldFunctionObjects.so"); enabled true; outputControl outputTime; log true; // log to screen? diff --git a/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSource.H b/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSource.H index 41dfe6886..ec275f450 100644 --- a/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSource.H +++ b/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSource.H @@ -31,7 +31,7 @@ Description faceObj1 // Name also used to identify output folder { type faceSource; - functionObjectLibs ("libfieldValueFunctionObjects.so"); + functionObjectLibs ("libfieldFunctionObjects.so"); enabled true; outputControl outputTime; log true; // log to screen?