BUG: codedFunctionObject:get codeData to work

This commit is contained in:
mattijs
2012-03-09 08:50:03 +00:00
parent d9c4c8f2b3
commit 85c2251b16
2 changed files with 23 additions and 3 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -64,6 +64,7 @@ protected:
word redirectType_;
string codeData_;
string codeRead_;
string codeExecute_;
string codeEnd_;