~ubuntu-branches/ubuntu/gutsy/xmedcon/gutsy

« back to all changes in this revision

Viewing changes to source/m-matrix.h

  • Committer: Bazaar Package Importer
  • Author(s): Roland Marcus Rutschmann
  • Date: 2004-06-07 09:00:14 UTC
  • Revision ID: james.westby@ubuntu.com-20040607090014-t39n52qc9zjqqqkh
Tags: upstream-0.9.6
ImportĀ upstreamĀ versionĀ 0.9.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 
2
 * filename: m-matrix.h                                                    *
 
3
 *                                                                         *
 
4
 * UTIL C-source: Medical Image Conversion Utility                         *
 
5
 *                                                                         *
 
6
 * purpose      : m-matrix.c header file                                   *
 
7
 *                                                                         *
 
8
 * project      : (X)MedCon by Erik Nolf                                   *
 
9
 *                                                                         *
 
10
 * Notes        : DEBIAN - code removed due to licensing issues            *
 
11
 *                                                                         *
 
12
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
13
/* - debian dummy file v0.1 -
 
14
 */
 
15
 
 
16
#ifndef __M_MATRIX_H__
 
17
#define __M_MATRIX_H__
 
18
#endif
 
19