13 lines
118 B
C++
13 lines
118 B
C++
|
|
#include "elementreduction.h"
|
||
|
|
|
||
|
|
ElementReduction::ElementReduction()
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
ElementReduction::~ElementReduction()
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
|