File: minc2.h

package info (click to toggle)
libminc 2.4.03-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,268 kB
  • sloc: ansic: 57,089; cpp: 3,654; sh: 100; makefile: 21; ruby: 18
file content (14 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** \file minc2.h 
 * \brief MINC 2.0 public constants, types, and definitions.
 */

#ifndef MINC2_H
#define MINC2_H

#include <hdf5.h>
#include "minc2_defs.h"
#include "minc2_structs.h"
#include "minc2_error.h"
#include "minc2_api.h"

#endif /* MINC2_H */