EndFrameqct done
This commit is contained in:
@@ -9,3 +9,8 @@ Constant::Constant()
|
||||
Constant::Constant(double val) : Variable(val)
|
||||
{
|
||||
}
|
||||
|
||||
std::shared_ptr<Symbolic> MbD::Constant::differentiateWRT(std::shared_ptr<Symbolic> var)
|
||||
{
|
||||
return std::make_shared<Constant>(0.0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user