RTemoved unnecessary initialisation

This commit is contained in:
Hrvoje Jasak 2019-09-25 20:22:52 +01:00
parent c064448239
commit f1bda93c20

View file

@ -81,9 +81,6 @@ public:
//- Construct null //- Construct null
ggiLduInterface() ggiLduInterface()
:
labelTransferBuffer_(),
fieldTransferBuffer_()
{} {}