Skip to content
Snippets Groups Projects
Commit d04586be authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[MatL/Fluid] Remove explicit default ctor. Struct.

parent b6c2b94f
No related branches found
No related tags found
No related merge requests found
......@@ -30,11 +30,8 @@ namespace Fluid
* Coefficients \f$n_i\f$, \f$j_i\f$ and \f$l_i\f$ are given in three static
* arrays in the cpp file.
*/
class DimensionLessGibbsFreeEnergyRegion1
struct DimensionLessGibbsFreeEnergyRegion1
{
public:
DimensionLessGibbsFreeEnergyRegion1() = default;
/**
* Get the value
* @param pi Dimension less temperature
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment