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

STYLE: codedMixed: corrected comment in header

parent cb150932
Branches
Tags
No related merge requests found
......@@ -38,7 +38,9 @@ Description
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
......@@ -58,13 +60,15 @@ Description
which would have a corresponding entry
\verbatim
rampedMixed
{
code
#{
operator==(min(10, 0.1*this->db().time().value()));
#};
}
rampedMixed
{
code
#{
this->refValue() = min(10, 0.1*this->db().time().value());
this->refGrad() = vector::zero;
this->valueFraction() = 1.0;
#};
}
\endverbatim
SeeAlso
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment