7 lines
87 B
C++
7 lines
87 B
C++
#include "Abs.h"
|
|
|
|
double MbD::Abs::getValue()
|
|
{
|
|
return std::abs(xx->getValue());
|
|
}
|