Initial snark14m import
[snark14.git] / src / snark / bldlst.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/bldlst.h $
5 $LastChangedRevision: 85 $
6 $Date: 2014-07-02 16:07:08 -0400 (Wed, 02 Jul 2014) $
7 $Author: agulati $
8 ***********************************************************
9 */
10
11 #ifndef BLDLST_H
12 #define BLDLST_H
13       
14 void bldlst(INTEGER** lbase, REAL** wbase);
15
16 #endif