Skip to content
Snippets Groups Projects
Commit cfb33501 authored by Nicolas Mansard's avatar Nicolas Mansard
Browse files

Changed the name of the small math entity "derivator": in/out -> sin/sout.

parent aae60d00
No related branches found
No related tags found
No related merge requests found
......@@ -65,9 +65,9 @@ class Derivator
: dg::Entity(name)
,memory(),initialized(false)
,timestep(TIMESTEP_DEFAULT)
,SIN(NULL,"sotDerivator<"+getTypeName()+">("+name+")::input("+getTypeName()+")::in")
,SIN(NULL,"sotDerivator<"+getTypeName()+">("+name+")::input("+getTypeName()+")::sin")
,SOUT( boost::bind(&Derivator<T>::computeDerivation,this,_1,_2),
SIN,"sotDerivator<"+getTypeName()+">("+name+")::output("+getTypeName()+")::out")
SIN,"sotDerivator<"+getTypeName()+">("+name+")::output("+getTypeName()+")::sout")
,timestepSIN("sotDerivator<"+getTypeName()+">("+name+")::input(double)::dt")
{
signalRegistration( SIN<<SOUT<<timestepSIN );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment