mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
DamarisVar: remove empty string assignment
strings are properly empty initialized
This commit is contained in:
parent
2ddba5b339
commit
3d1b4796fd
@ -94,17 +94,11 @@ namespace DamarisOutput
|
|||||||
DamarisVarXMLAttributes()
|
DamarisVarXMLAttributes()
|
||||||
{
|
{
|
||||||
// Additional data needed to complete an XML <variable> element
|
// Additional data needed to complete an XML <variable> element
|
||||||
layout_ = "";
|
|
||||||
mesh_ = "";
|
|
||||||
type_ = "scalar"; // This is probably not needed as vector data is defined using
|
type_ = "scalar"; // This is probably not needed as vector data is defined using
|
||||||
// the Layout paramter. Could be useful for cross checking
|
// the Layout paramter. Could be useful for cross checking
|
||||||
visualizable_ = "false";
|
visualizable_ = "false";
|
||||||
unit_ = "";
|
|
||||||
time_varying_ = "true";
|
time_varying_ = "true";
|
||||||
centering_ = "zonal";
|
centering_ = "zonal";
|
||||||
store_ = "";
|
|
||||||
script_ = "";
|
|
||||||
select_mem_ = "";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user