Changeset 2277
- Timestamp:
- Apr 16, 2008, 12:09:40 AM (15 years ago)
- Location:
- research/2008-displacement
- Files:
-
- 2 added
- 2 edited
- 16 moved
Legend:
- Unmodified
- Added
- Removed
-
research/2008-displacement/Makefile
r2276 r2277 1 all: main xy2d paper.pdf1 all: main xy2d 2 2 3 3 xy2d: xy2d.c … … 7 7 $(CC) -Wall -O3 -funroll-loops -ffast-math -W -Wall $^ -o $@ $$(pkg-config --cflags --libs sdl) -lSDL_image -lm 8 8 9 paper.pdf: paper.tex fs-histo.tex10 latex paper.tex11 latex paper.tex12 dvipdf paper.dvi13 14 9 clean: 15 rm -f paper.log paper.dvi paper.aux paper.pdf16 10 rm -f xy2d main 17 11 -
research/2008-displacement/main.c
r2276 r2277 106 106 } 107 107 108 #if 0 108 109 static float fulldist(float const *p1, const float *p2) 109 110 { … … 120 121 return error / (WIDTH * HEIGHT); 121 122 } 123 #endif 122 124 123 125 static float dist(float const *p1, float const *p2, float max)
Note: See TracChangeset
for help on using the changeset viewer.