mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-01 21:39:09 -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()
|
||||
{
|
||||
// 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_ = "";
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user