Browse Source

i.photo.rectify -> i.ortho.rectify

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54287 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 12 years ago
parent
commit
2bec97987d

+ 1 - 1
imagery/i.ortho.photo/Makefile

@@ -3,7 +3,7 @@ MODULE_TOPDIR = ../..
 
 SUBDIRS1 = \
 	i.ortho.elev \
-	i.photo.rectify
+	i.ortho.rectify
 
 SUBDIRS = lib $(SUBDIRS1)
 

+ 1 - 1
imagery/i.ortho.photo/i.photo.rectify/Makefile

@@ -1,6 +1,6 @@
 MODULE_TOPDIR = ../../..
 
-PGM = i.photo.rectify
+PGM = i.ortho.rectify
 
 # for DEBUG3 see README!
 #EXTRA_CFLAGS = -I../libes -DDEBUG3

imagery/i.ortho.photo/i.photo.rectify/README → imagery/i.ortho.photo/i.ortho.rectify/README


imagery/i.ortho.photo/i.photo.rectify/angle.c → imagery/i.ortho.photo/i.ortho.rectify/angle.c


imagery/i.ortho.photo/i.photo.rectify/aver_z.c → imagery/i.ortho.photo/i.ortho.rectify/aver_z.c


imagery/i.ortho.photo/i.photo.rectify/bilinear.c → imagery/i.ortho.photo/i.ortho.rectify/bilinear.c


imagery/i.ortho.photo/i.photo.rectify/bilinear_f.c → imagery/i.ortho.photo/i.ortho.rectify/bilinear_f.c


imagery/i.ortho.photo/i.photo.rectify/cp.c → imagery/i.ortho.photo/i.ortho.rectify/cp.c


imagery/i.ortho.photo/i.photo.rectify/cubic.c → imagery/i.ortho.photo/i.ortho.rectify/cubic.c


imagery/i.ortho.photo/i.photo.rectify/cubic_f.c → imagery/i.ortho.photo/i.ortho.rectify/cubic_f.c


imagery/i.ortho.photo/i.photo.rectify/defs.h → imagery/i.ortho.photo/i.ortho.rectify/defs.h


imagery/i.ortho.photo/i.photo.rectify/env.c → imagery/i.ortho.photo/i.ortho.rectify/env.c


imagery/i.ortho.photo/i.photo.rectify/equ.c → imagery/i.ortho.photo/i.ortho.rectify/equ.c


imagery/i.ortho.photo/i.photo.rectify/exec.c → imagery/i.ortho.photo/i.ortho.rectify/exec.c


imagery/i.ortho.photo/i.photo.rectify/get_wind.c → imagery/i.ortho.photo/i.ortho.rectify/get_wind.c


imagery/i.ortho.photo/i.photo.rectify/global.h → imagery/i.ortho.photo/i.ortho.rectify/global.h


imagery/i.ortho.photo/i.photo.rectify/description.html → imagery/i.ortho.photo/i.ortho.rectify/i.ortho.rectify.html


imagery/i.ortho.photo/i.photo.rectify/local_proto.h → imagery/i.ortho.photo/i.ortho.rectify/local_proto.h


imagery/i.ortho.photo/i.photo.rectify/main.c → imagery/i.ortho.photo/i.ortho.rectify/main.c


imagery/i.ortho.photo/i.photo.rectify/nearest.c → imagery/i.ortho.photo/i.ortho.rectify/nearest.c


imagery/i.ortho.photo/i.photo.rectify/readcell.c → imagery/i.ortho.photo/i.ortho.rectify/readcell.c


imagery/i.ortho.photo/i.photo.rectify/rectify.c → imagery/i.ortho.photo/i.ortho.rectify/rectify.c


imagery/i.ortho.photo/i.photo.rectify/report.c → imagery/i.ortho.photo/i.ortho.rectify/report.c


imagery/i.ortho.photo/i.photo.rectify/target.c → imagery/i.ortho.photo/i.ortho.rectify/target.c