Skip to content
Snippets Groups Projects

Fix wrong braces and add 1st line for consistency

Closed Junghyeon Park requested to merge j824h/vtk-examples:j824h-master-patch-65567 into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -1309,6 +1309,7 @@ The Overlapping AMR data file is an AMR Guaussian Pulse source with two levels
`Data` are not displayed for readibility.
```
HDF5 "./ExternalData/Testing/Data/amr_gaussian_pulse.hdf" {
GROUP "/" {
GROUP "VTKHDF" {
ATTRIBUTE "Origin" {
@@ -1419,10 +1420,10 @@ GROUP "/" {
DATASET "Coord Result" {
DATATYPE H5T_IEEE_F64LE
DATASPACE SIMPLE { ( 770 ) / ( 770 ) }
}
}
}
}
}
}
}
```
Loading