10 lines
137 B
C++
10 lines
137 B
C++
#include "FunctionXY.h"
|
|
|
|
MbD::FunctionXY::FunctionXY()
|
|
{
|
|
}
|
|
|
|
MbD::FunctionXY::FunctionXY(Symsptr base, Symsptr exp) : x(base), y(exp)
|
|
{
|
|
}
|