DamarisVar: remove empty string assignment

strings are properly empty initialized
This commit is contained in:
Arne Morten Kvarving 2024-01-30 08:15:32 +01:00
parent 2ddba5b339
commit 3d1b4796fd

View File

@ -94,17 +94,11 @@ namespace DamarisOutput
DamarisVarXMLAttributes()
{
// Additional data needed to complete an XML <variable> element
layout_ = "";
mesh_ = "";
type_ = "scalar"; // This is probably not needed as vector data is defined using
// the Layout paramter. Could be useful for cross checking
visualizable_ = "false";
unit_ = "";
time_varying_ = "true";
centering_ = "zonal";
store_ = "";
script_ = "";
select_mem_ = "";
}
/**