aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-01-06 17:53:00 +0100
committerThomas White <taw@physics.org>2010-01-06 17:53:00 +0100
commita2433f8d1ebf8412c3051b47fe805fd577bf185e (patch)
tree3d017737b9d62e4392a987fa9fdaf8873b849a43 /src
parent84e04e18d90bc9f5ee56b736cfa6a6fd421c8d85 (diff)
Rename process_images -> indexamajig
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am6
-rw-r--r--src/indexamajig.c (renamed from src/process_images.c)2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 50b76850..64567c2c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,4 @@
-bin_PROGRAMS = pattern_sim process_hkl get_hkl process_images
+bin_PROGRAMS = pattern_sim process_hkl get_hkl indexamajig
if HAVE_GTK
bin_PROGRAMS += hdfsee
@@ -16,8 +16,8 @@ process_hkl_SOURCES = process_hkl.c sfac.c statistics.c cell.c utils.c \
reflections.c
process_hkl_LDADD = @LIBS@
-process_images_SOURCES = process_images.c hdf5-file.c utils.c dirax.c cell.c
-process_images_LDADD = @LIBS@
+indexamajig_SOURCES = indexamajig.c hdf5-file.c utils.c dirax.c cell.c
+indexamajig_LDADD = @LIBS@
if HAVE_GTK
hdfsee_SOURCES = hdfsee.c displaywindow.c render.c hdf5-file.c utils.c
diff --git a/src/process_images.c b/src/indexamajig.c
index cd06a97e..1b1620c1 100644
--- a/src/process_images.c
+++ b/src/indexamajig.c
@@ -1,5 +1,5 @@
/*
- * process_images.c
+ * indexamajig.c
*
* Find hits, index patterns, output hkl+intensity etc.
*