File: tloop-1.ddl

package info (click to toggle)
hdf5 1.8.4-patch1-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 78,784 kB
  • ctags: 24,783
  • sloc: ansic: 336,089; f90: 24,685; sh: 15,156; cpp: 11,879; xml: 10,359; perl: 1,286; makefile: 1,257; yacc: 323; lex: 177
file content (17 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#############################
Expected output for 'h5dump tloop.h5'
#############################
HDF5 "tloop.h5" {
GROUP "/" {
   GROUP "g1" {
      GROUP "g1.1" {
         GROUP "g2.1" {
            HARDLINK "/g1"
         }
      }
   }
   GROUP "g2" {
      HARDLINK "/g1/g1.1"
   }
}
}