12 lines
122 B
C++
12 lines
122 B
C++
#include "Constant.h"
|
|
|
|
using namespace MbD;
|
|
|
|
Constant::Constant()
|
|
{
|
|
}
|
|
|
|
Constant::Constant(double val) : Variable(val)
|
|
{
|
|
}
|