Initial snark14m import
[snark14.git] / src / snark / disp.h
1 /*
2  **********************************************************************
3  $SNARK_Header: S N A R K  1 4 - A PICTURE RECONSTRUCTION PROGRAM $
4  $HeadURL: svn://dig.cs.gc.cuny.edu/snark/trunk/src/snark/disp.h $
5  $LastChangedRevision: 79 $
6  $Date: 2014-07-01 15:33:39 -0400 (Tue, 01 Jul 2014) $
7  $Author: agulati $
8  **********************************************************************
9  */
10
11 #ifndef DISP_H
12 #define DISP_H
13
14 void disp(REAL* a, INTEGER nrow, INTEGER mcol, REAL scale, FILE* file);
15
16 #endif