Skip to content
Snippets Groups Projects
Commit 1dcb9ae6 authored by Joeri Brackenhoff's avatar Joeri Brackenhoff
Browse files

marchenko 3D

parent d7e118fb
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ SRCT = marchenko3D.c \
imaging3D.c \
homogeneousg3D.c \
readSnapData3D.c \
writeDataIter.c \
writeDataIter3D.c \
wallclock_time.c \
name_ext.c \
verbosepkg.c \
......
......@@ -118,6 +118,7 @@ typedef struct _shotPar { /* Shot Parameters */
float *zs;
float *xs;
float *ys;
long maxrad;
} shotPar;
typedef struct _raypar { /* ray-tracing parameters */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment