From 87230f4c31abd239f2d5c978b07ab333e9cce69a Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Tue, 18 Sep 2012 12:47:08 +0200
Subject: [PATCH] Rename: compute_state -> compute_state_dieterich

---
 src/Makefile.am                                      | 2 +-
 src/{compute_state.cc => compute_state_dieterich.cc} | 2 +-
 src/{compute_state.hh => compute_state_dieterich.hh} | 0
 src/one-body-sample.cc                               | 2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)
 rename src/{compute_state.cc => compute_state_dieterich.cc} (98%)
 rename src/{compute_state.hh => compute_state_dieterich.hh} (100%)

diff --git a/src/Makefile.am b/src/Makefile.am
index 9b222c90..170446c7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -6,7 +6,7 @@ bin_PROGRAMS = \
 
 SOURCES = \
 	assemblers.cc \
-	compute_state.cc \
+	compute_state_dieterich.cc \
 	compute_state_ruina.cc \
 	mysolver.cc \
 	one-body-sample.cc \
diff --git a/src/compute_state.cc b/src/compute_state_dieterich.cc
similarity index 98%
rename from src/compute_state.cc
rename to src/compute_state_dieterich.cc
index e4b6d215..b69a121b 100644
--- a/src/compute_state.cc
+++ b/src/compute_state_dieterich.cc
@@ -8,7 +8,7 @@
 
 #include <dune/tectonic/mydirectionalconvexfunction.hh>
 
-#include "compute_state.hh"
+#include "compute_state_dieterich.hh"
 
 // The nonlinearity exp(-x)
 // NOTE: the Dieterich law has an additional linear term!
diff --git a/src/compute_state.hh b/src/compute_state_dieterich.hh
similarity index 100%
rename from src/compute_state.hh
rename to src/compute_state_dieterich.hh
diff --git a/src/one-body-sample.cc b/src/one-body-sample.cc
index 448f849e..b4f376ae 100644
--- a/src/one-body-sample.cc
+++ b/src/one-body-sample.cc
@@ -65,7 +65,7 @@
 #include <dune/tectonic/myconvexproblem.hh>
 
 #include "assemblers.hh"
-#include "compute_state.hh"
+#include "compute_state_dieterich.hh"
 #include "compute_state_ruina.hh"
 #include "mysolver.hh"
 #include "vtk.hh"
-- 
GitLab