STYLE: codedMixed: corrected comment in header

This commit is contained in:
mattijs
2011-12-09 05:20:39 +00:00
parent cb15093222
commit 4a29eb61f6

View File

@ -38,7 +38,9 @@ Description
code code
#{ #{
operator==(min(10, 0.1*this->db().time().value())); this->refValue() = min(10, 0.1*this->db().time().value());
this->refGrad() = vector::zero;
this->valueFraction() = 1.0;
#}; #};
//codeInclude //codeInclude
@ -58,13 +60,15 @@ Description
which would have a corresponding entry which would have a corresponding entry
\verbatim \verbatim
rampedMixed rampedMixed
{ {
code code
#{ #{
operator==(min(10, 0.1*this->db().time().value())); this->refValue() = min(10, 0.1*this->db().time().value());
#}; this->refGrad() = vector::zero;
} this->valueFraction() = 1.0;
#};
}
\endverbatim \endverbatim
SeeAlso SeeAlso