mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Bugfix: remove quotes around _File_Mode.
This commit is contained in:
parent
926c213628
commit
fd1d1d15a4
@ -60,7 +60,7 @@ std::string initDamarisXmlFile()
|
||||
|
||||
<storage>
|
||||
<store name="MyStore" type="HDF5">
|
||||
<option key="FileMode">"_File_Mode"</option>
|
||||
<option key="FileMode">_File_Mode</option>
|
||||
<option key="XDMFMode">NoIteration</option>
|
||||
<option key="FilesPath">./</option>
|
||||
</store>
|
||||
|
Loading…
Reference in New Issue
Block a user