Skip to content

Commit b476d44

Browse files
[arcane,hdf5] Corrige compilation avec certaines versions de GCC et MSVC.
1 parent 0bf936f commit b476d44

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

arcane/src/arcane/hdf5/VtkHdfV2PostProcessor.cc

+9
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,15 @@ class VtkHdfV2DataWriter
9797
*/
9898
struct DatasetGroupAndName
9999
{
100+
public:
101+
102+
DatasetGroupAndName(HGroup& group_, const String& name_)
103+
: group(group_)
104+
, name(name_)
105+
{}
106+
107+
public:
108+
100109
HGroup& group;
101110
String name;
102111
};

0 commit comments

Comments
 (0)