Initial snark14m import
[snark14.git] / src / snark / congeo.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/congeo.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 CONGEO_H
12 #define CONGEO_H
13
14 void congeo(REAL* projec, INTEGER nrays, REAL* nuproj, INTEGER nurays,
15                 REAL* nupnts);
16
17 #endif