-
Martin Killenberg authoredMartin Killenberg authored
D_textUnifier.cpp 354 B
#include "D_textUnifier.h"
// just call the constructor without history (the only one)
D_textUnifier::D_textUnifier(EqFct* eqFct, std::string doocsPropertyName)
: D_text(doocsPropertyName, eqFct){
}
void D_textUnifier::set_and_archive(const std::string &str){
set_value(str);
}
D_hist * D_textUnifier::get_histPointer(){
return nullptr;
}