mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
clang-format: Set column width to 140
* Set column width to 140 * Use c++20 * Remove redundant virtual
This commit is contained in:
@@ -191,9 +191,8 @@ TEST( DISABLED_HDFTests, BasicFileRead )
|
||||
}
|
||||
|
||||
{
|
||||
H5::Group GridFunction_00002 =
|
||||
file.openGroup( "Timestep_00001/GridParts/GridPart_00000/GridFunctions/GridFunction_00002" );
|
||||
H5::Attribute attr = GridFunction_00002.openAttribute( "limits_max" );
|
||||
H5::Group GridFunction_00002 = file.openGroup( "Timestep_00001/GridParts/GridPart_00000/GridFunctions/GridFunction_00002" );
|
||||
H5::Attribute attr = GridFunction_00002.openAttribute( "limits_max" );
|
||||
|
||||
double limits_max = 0.0;
|
||||
|
||||
@@ -205,9 +204,8 @@ TEST( DISABLED_HDFTests, BasicFileRead )
|
||||
}
|
||||
|
||||
{
|
||||
H5::Group GridFunction_00002 =
|
||||
file.openGroup( "Timestep_00001/GridParts/GridPart_00000/GridFunctions/GridFunction_00002" );
|
||||
H5::DataSet dataset = H5::DataSet( GridFunction_00002.openDataSet( "values" ) );
|
||||
H5::Group GridFunction_00002 = file.openGroup( "Timestep_00001/GridParts/GridPart_00000/GridFunctions/GridFunction_00002" );
|
||||
H5::DataSet dataset = H5::DataSet( GridFunction_00002.openDataSet( "values" ) );
|
||||
|
||||
hsize_t dims[2];
|
||||
H5::DataSpace dataspace = dataset.getSpace();
|
||||
|
||||
Reference in New Issue
Block a user