Wavefront restoration by Z coeffs

This commit is contained in:
eddyem
2016-10-04 17:01:37 +03:00
parent dec8c284bc
commit d43501ed98
7 changed files with 939 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
PROGRAM = readwfs
LDFLAGS =
LDFLAGS = -lm
SRCS = $(wildcard *.c)
CC = gcc
DEFINES = -D_XOPEN_SOURCE=1111