Skip to content
Snippets Groups Projects
Commit beab5306 authored by mattijs's avatar mattijs
Browse files

ENH: codedFixedValue: correct comment

parent 58541c5f
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2012 OpenFOAM Foundation \\ / A nd | Copyright (C) 2012-2013 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
...@@ -38,7 +38,11 @@ Description ...@@ -38,7 +38,11 @@ Description
code code
#{ #{
operator==(min(10, 0.1*this->db().time().value())); operator==
(
vector(0,0,1)
*min(10, 0.1*this->db().time().value())
);
#}; #};
//codeInclude //codeInclude
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment