From 23187aedfae4baf635fdb9da9f5d44bd0cbe622e Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Sat, 10 Sep 2011 23:16:30 +0200
Subject: [PATCH] bisection-example-new -> test-gradient-method

---
 src/Makefile.am                                           | 8 ++++----
 src/{bisection-example-new.cc => test-gradient-method.cc} | 0
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename src/{bisection-example-new.cc => test-gradient-method.cc} (100%)

diff --git a/src/Makefile.am b/src/Makefile.am
index 70038f30..35aa6186 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,16 +2,16 @@
 SUBDIRS =
 
 noinst_PROGRAMS = \
-	bisection-example-new
+	test-gradient-method
 
-bisection_example_new_SOURCES = \
-	bisection-example-new.cc \
+test_gradient_method_SOURCES = \
+	test-gradient-method.cc \
 	mynonlinearity.cc \
 	properscalarincreasingconvexfunction.hh \
 	samplefunctional.hh
 
 check-am:
-	./bisection-example-new
+	./test-gradient-method
 
 AM_CXXFLAGS = -Wall -Wextra
 
diff --git a/src/bisection-example-new.cc b/src/test-gradient-method.cc
similarity index 100%
rename from src/bisection-example-new.cc
rename to src/test-gradient-method.cc
-- 
GitLab