[cig-commits] [commit] master: remove useless $Id in code files (8a5f6c5)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed May 21 09:31:32 PDT 2014


Repository : https://github.com/geodynamics/aspect

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/450a04072c3e64be3c5b43c961481ad07c80df06...8a5f6c506ce96a66cdb53f318694379f1d01d249

>---------------------------------------------------------------

commit 8a5f6c506ce96a66cdb53f318694379f1d01d249
Author: Timo Heister <timo.heister at gmail.com>
Date:   Wed May 21 12:31:24 2014 -0400

    remove useless $Id in code files


>---------------------------------------------------------------

8a5f6c506ce96a66cdb53f318694379f1d01d249
 include/aspect/initial_conditions/solidus.h                | 2 +-
 include/aspect/material_model/simple_compressible.h        | 2 +-
 include/aspect/postprocess/spherical_velocity_statistics.h | 2 +-
 include/aspect/postprocess/velocity_boundary_statistics.h  | 2 +-
 source/initial_conditions/solidus.cc                       | 2 +-
 source/material_model/simple_compressible.cc               | 2 +-
 source/postprocess/spherical_velocity_statistics.cc        | 2 +-
 source/postprocess/velocity_boundary_statistics.cc         | 2 +-
 source/simulator/freesurface.cc                            | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/include/aspect/initial_conditions/solidus.h b/include/aspect/initial_conditions/solidus.h
index d07c31c..e5bea9d 100644
--- a/include/aspect/initial_conditions/solidus.h
+++ b/include/aspect/initial_conditions/solidus.h
@@ -17,7 +17,7 @@
   along with ASPECT; see the file doc/COPYING.  If not see
   <http://www.gnu.org/licenses/>.
 */
-/*  $Id  */
+
 
 
 #ifndef __aspect__initial_conditions_solidus_h
diff --git a/include/aspect/material_model/simple_compressible.h b/include/aspect/material_model/simple_compressible.h
index dc0b7f3..d99a623 100644
--- a/include/aspect/material_model/simple_compressible.h
+++ b/include/aspect/material_model/simple_compressible.h
@@ -17,7 +17,7 @@
   along with ASPECT; see the file doc/COPYING.  If not see
   <http://www.gnu.org/licenses/>.
 */
-/*  $Id$  */
+
 
 
 #ifndef __aspect__model_simple_compressible_h
diff --git a/include/aspect/postprocess/spherical_velocity_statistics.h b/include/aspect/postprocess/spherical_velocity_statistics.h
index 0959c0d..2c6d134 100644
--- a/include/aspect/postprocess/spherical_velocity_statistics.h
+++ b/include/aspect/postprocess/spherical_velocity_statistics.h
@@ -17,7 +17,7 @@
   along with ASPECT; see the file doc/COPYING.  If not see
   <http://www.gnu.org/licenses/>.
 */
-/*  $Id: spherical_velocity_statistics.h 1433 2012-12-08 08:24:55Z bangerth $  */
+
 
 
 #ifndef __aspect__postprocess_spherical_velocity_statistics_h
diff --git a/include/aspect/postprocess/velocity_boundary_statistics.h b/include/aspect/postprocess/velocity_boundary_statistics.h
index abcc572..d238119 100644
--- a/include/aspect/postprocess/velocity_boundary_statistics.h
+++ b/include/aspect/postprocess/velocity_boundary_statistics.h
@@ -17,7 +17,7 @@
   along with ASPECT; see the file doc/COPYING.  If not see
   <http://www.gnu.org/licenses/>.
 */
-/*  $Id: velocity_boundary_statistics.h 1433 2012-12-08 08:24:55Z bangerth $  */
+
 
 
 #ifndef __aspect__postprocess_velocity_boundary_statistics_h
diff --git a/source/initial_conditions/solidus.cc b/source/initial_conditions/solidus.cc
index fb5e4f6..a9ff231 100644
--- a/source/initial_conditions/solidus.cc
+++ b/source/initial_conditions/solidus.cc
@@ -17,7 +17,7 @@
   along with ASPECT; see the file doc/COPYING.  If not see
   <http://www.gnu.org/licenses/>.
 */
-/*  $Id  */
+
 
 //#define _USE_MATH_DEFINES
 #include <cmath>
diff --git a/source/material_model/simple_compressible.cc b/source/material_model/simple_compressible.cc
index f56c1a7..273cea8 100644
--- a/source/material_model/simple_compressible.cc
+++ b/source/material_model/simple_compressible.cc
@@ -17,7 +17,7 @@
   along with ASPECT; see the file doc/COPYING.  If not see
   <http://www.gnu.org/licenses/>.
 */
-/*  $Id$  */
+
 
 
 #include <aspect/material_model/simple_compressible.h>
diff --git a/source/postprocess/spherical_velocity_statistics.cc b/source/postprocess/spherical_velocity_statistics.cc
index 74749fd..a01855e 100644
--- a/source/postprocess/spherical_velocity_statistics.cc
+++ b/source/postprocess/spherical_velocity_statistics.cc
@@ -17,7 +17,7 @@
   along with ASPECT; see the file doc/COPYING.  If not see
   <http://www.gnu.org/licenses/>.
 */
-/*  $Id: spherical_velocity_statistics.cc 1969 2013-10-16 19:32:59Z heien $  */
+
 
 
 #include <aspect/postprocess/spherical_velocity_statistics.h>
diff --git a/source/postprocess/velocity_boundary_statistics.cc b/source/postprocess/velocity_boundary_statistics.cc
index f092f43..f79ff3d 100644
--- a/source/postprocess/velocity_boundary_statistics.cc
+++ b/source/postprocess/velocity_boundary_statistics.cc
@@ -17,7 +17,7 @@
   along with ASPECT; see the file doc/COPYING.  If not see
   <http://www.gnu.org/licenses/>.
 */
-/*  $Id: velocity_boundary_statistics.cc 2281 2014-01-28 17:07:39Z bangerth $  */
+
 
 
 #include <aspect/postprocess/velocity_boundary_statistics.h>
diff --git a/source/simulator/freesurface.cc b/source/simulator/freesurface.cc
index 175932c..d05ea74 100644
--- a/source/simulator/freesurface.cc
+++ b/source/simulator/freesurface.cc
@@ -17,7 +17,7 @@
   along with ASPECT; see the file doc/COPYING.  If not see
   <http://www.gnu.org/licenses/>.
  */
-/*  $Id$  */
+
 
 #include <aspect/simulator.h>
 #include <aspect/global.h>



More information about the CIG-COMMITS mailing list