new branch: working
This commit is contained in:
11
MbDCode/Constant.cpp
Normal file
11
MbDCode/Constant.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "Constant.h"
|
||||
|
||||
using namespace MbD;
|
||||
|
||||
Constant::Constant()
|
||||
{
|
||||
}
|
||||
|
||||
Constant::Constant(double val) : Variable(val)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user