#include "Constant.h" using namespace MbD; Constant::Constant() { } Constant::Constant(double val) : Variable(val) { }