KratosMultiphysics / CoSimIO

Small standalone tool for interprocess communication in CoSimulation contexts for coupling and exchanging data between different solvers or other software-tools.
https://kratosmultiphysics.github.io/CoSimIO/
Other
14 stars 4 forks source link

Update header using `#pragma once` #367

Closed loumalouomega closed 4 months ago

loumalouomega commented 4 months ago

Just that (only in C++ hpp headers)

philbucher commented 4 months ago

we deliberately did not do this to support older compilers CoSimIO uses C++11, and we have no plans changing that soon