File: m-matrix.h

package info (click to toggle)
xmedcon 0.10.4-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 4,896 kB
  • ctags: 3,314
  • sloc: ansic: 41,216; sh: 11,257; makefile: 420
file content (19 lines) | stat: -rw-r--r-- 1,014 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * filename: m-matrix.h                                                    *
 *                                                                         *
 * UTIL C-source: Medical Image Conversion Utility                         *
 *                                                                         *
 * purpose      : m-matrix.c header file                                   *
 *                                                                         *
 * project      : (X)MedCon by Erik Nolf                                   *
 *                                                                         *
 * Notes        : DEBIAN - code removed due to licensing issues            *
 *                                                                         *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* - debian dummy file v0.1 -
 */

#ifndef __M_MATRIX_H__
#define __M_MATRIX_H__
#endif