[cig-commits] r1389 - in trunk/aspect: include/aspect/boundary_temperature include/aspect/compositional_initial_conditions include/aspect/initial_conditions include/aspect/material_model include/aspect/particle include/aspect/postprocess include/aspect/velocity_boundary_conditions source/boundary_temperature source/compositional_initial_conditions source/initial_conditions source/material_model source/mesh_refinement source/postprocess source/simulator source/velocity_boundary_conditions

bangerth at dealii.org bangerth at dealii.org
Wed Nov 28 06:08:16 PST 2012


Author: bangerth
Date: 2012-11-28 07:08:16 -0700 (Wed, 28 Nov 2012)
New Revision: 1389

Modified:
   trunk/aspect/include/aspect/boundary_temperature/tan_gurnis.h
   trunk/aspect/include/aspect/compositional_initial_conditions/function.h
   trunk/aspect/include/aspect/initial_conditions/function.h
   trunk/aspect/include/aspect/material_model/tan_gurnis.h
   trunk/aspect/include/aspect/particle/integrator.h
   trunk/aspect/include/aspect/particle/output.h
   trunk/aspect/include/aspect/particle/particle.h
   trunk/aspect/include/aspect/particle/world.h
   trunk/aspect/include/aspect/postprocess/tan_gurnis.h
   trunk/aspect/include/aspect/postprocess/tracer.h
   trunk/aspect/include/aspect/velocity_boundary_conditions/gplates.h
   trunk/aspect/source/boundary_temperature/tan_gurnis.cc
   trunk/aspect/source/compositional_initial_conditions/function.cc
   trunk/aspect/source/initial_conditions/box.cc
   trunk/aspect/source/initial_conditions/function.cc
   trunk/aspect/source/material_model/tan_gurnis.cc
   trunk/aspect/source/mesh_refinement/
   trunk/aspect/source/postprocess/tan_gurnis.cc
   trunk/aspect/source/postprocess/tracer.cc
   trunk/aspect/source/simulator/simulator_access.cc
   trunk/aspect/source/velocity_boundary_conditions/gplates.cc
Log:
Set file properties.


Property changes on: trunk/aspect/include/aspect/boundary_temperature/tan_gurnis.h
___________________________________________________________________
Added: svn:keywords
   + Author Date Id Revision
Added: svn:eol-style
   + native

Modified: trunk/aspect/include/aspect/compositional_initial_conditions/function.h
===================================================================
--- trunk/aspect/include/aspect/compositional_initial_conditions/function.h	2012-11-28 14:05:08 UTC (rev 1388)
+++ trunk/aspect/include/aspect/compositional_initial_conditions/function.h	2012-11-28 14:08:16 UTC (rev 1389)
@@ -17,7 +17,7 @@
   along with ASPECT; see the file doc/COPYING.  If not see
   <http://www.gnu.org/licenses/>.
 */
-/*  $Id: function.h 1088 2012-08-02 13:52:16Z bangerth $  */
+/*  $Id$  */
 
 
 #ifndef __aspect__compositional_initial_conditions_function_h


Property changes on: trunk/aspect/include/aspect/compositional_initial_conditions/function.h
___________________________________________________________________
Added: svn:keywords
   + Author Date Id Revision
Added: svn:eol-style
   + native

Modified: trunk/aspect/include/aspect/initial_conditions/function.h
===================================================================
--- trunk/aspect/include/aspect/initial_conditions/function.h	2012-11-28 14:05:08 UTC (rev 1388)
+++ trunk/aspect/include/aspect/initial_conditions/function.h	2012-11-28 14:08:16 UTC (rev 1389)
@@ -17,7 +17,7 @@
   along with ASPECT; see the file doc/COPYING.  If not see
   <http://www.gnu.org/licenses/>.
 */
-/*  $Id: function.h 1088 2012-08-02 13:52:16Z bangerth $  */
+/*  $Id$  */
 
 
 #ifndef __aspect__initial_conditions_function_h


Property changes on: trunk/aspect/include/aspect/initial_conditions/function.h
___________________________________________________________________
Added: svn:keywords
   + Author Date Id Revision
Added: svn:eol-style
   + native


Property changes on: trunk/aspect/include/aspect/material_model/tan_gurnis.h
___________________________________________________________________
Added: svn:keywords
   + Author Date Id Revision
Added: svn:eol-style
   + native


Property changes on: trunk/aspect/include/aspect/particle/integrator.h
___________________________________________________________________
Added: svn:keywords
   + Author Date Id Revision
Added: svn:eol-style
   + native


Property changes on: trunk/aspect/include/aspect/particle/output.h
___________________________________________________________________
Added: svn:keywords
   + Author Date Id Revision
Added: svn:eol-style
   + native


Property changes on: trunk/aspect/include/aspect/particle/particle.h
___________________________________________________________________
Added: svn:keywords
   + Author Date Id Revision
Added: svn:eol-style
   + native


Property changes on: trunk/aspect/include/aspect/particle/world.h
___________________________________________________________________
Added: svn:keywords
   + Author Date Id Revision
Added: svn:eol-style
   + native


Property changes on: trunk/aspect/include/aspect/postprocess/tan_gurnis.h
___________________________________________________________________
Added: svn:keywords
   + Author Date Id Revision
Added: svn:eol-style
   + native


Property changes on: trunk/aspect/include/aspect/postprocess/tracer.h
___________________________________________________________________
Added: svn:keywords
   + Author Date Id Revision
Added: svn:eol-style
   + native

Modified: trunk/aspect/include/aspect/velocity_boundary_conditions/gplates.h
===================================================================
--- trunk/aspect/include/aspect/velocity_boundary_conditions/gplates.h	2012-11-28 14:05:08 UTC (rev 1388)
+++ trunk/aspect/include/aspect/velocity_boundary_conditions/gplates.h	2012-11-28 14:08:16 UTC (rev 1389)
@@ -17,7 +17,7 @@
   along with ASPECT; see the file doc/COPYING.  If not see
   <http://www.gnu.org/licenses/>.
 */
-/*  $Id: zero_velocity.h 1071 2012-08-01 16:50:02Z bangerth $  */
+/*  $Id$  */
 
 
 #ifndef __aspect__velocity_boundary_conditions_gplates_h


Property changes on: trunk/aspect/include/aspect/velocity_boundary_conditions/gplates.h
___________________________________________________________________
Added: svn:keywords
   + Author Date Id Revision
Added: svn:eol-style
   + native


Property changes on: trunk/aspect/source/boundary_temperature/tan_gurnis.cc
___________________________________________________________________
Added: svn:keywords
   + Author Date Id Revision
Added: svn:eol-style
   + native

Modified: trunk/aspect/source/compositional_initial_conditions/function.cc
===================================================================
--- trunk/aspect/source/compositional_initial_conditions/function.cc	2012-11-28 14:05:08 UTC (rev 1388)
+++ trunk/aspect/source/compositional_initial_conditions/function.cc	2012-11-28 14:08:16 UTC (rev 1389)
@@ -17,7 +17,7 @@
   along with ASPECT; see the file doc/COPYING.  If not see
   <http://www.gnu.org/licenses/>.
 */
-/*  $Id: function.cc 1088 2012-08-02 13:52:16Z bangerth $  */
+/*  $Id$  */
 
 
 #include <aspect/compositional_initial_conditions/function.h>


Property changes on: trunk/aspect/source/compositional_initial_conditions/function.cc
___________________________________________________________________
Added: svn:keywords
   + Author Date Id Revision
Added: svn:eol-style
   + native

Modified: trunk/aspect/source/initial_conditions/box.cc
===================================================================
--- trunk/aspect/source/initial_conditions/box.cc	2012-11-28 14:05:08 UTC (rev 1388)
+++ trunk/aspect/source/initial_conditions/box.cc	2012-11-28 14:08:16 UTC (rev 1389)
@@ -17,7 +17,7 @@
   along with ASPECT; see the file doc/COPYING.  If not see
   <http://www.gnu.org/licenses/>.
 */
-/*  $Id: box.cc 1122 2012-09-05 20:32:21Z heister $  */
+/*  $Id$  */
 
 
 #include <aspect/initial_conditions/box.h>


Property changes on: trunk/aspect/source/initial_conditions/box.cc
___________________________________________________________________
Added: svn:keywords
   + Author Date Id Revision
Added: svn:eol-style
   + native

Modified: trunk/aspect/source/initial_conditions/function.cc
===================================================================
--- trunk/aspect/source/initial_conditions/function.cc	2012-11-28 14:05:08 UTC (rev 1388)
+++ trunk/aspect/source/initial_conditions/function.cc	2012-11-28 14:08:16 UTC (rev 1389)
@@ -17,7 +17,7 @@
   along with ASPECT; see the file doc/COPYING.  If not see
   <http://www.gnu.org/licenses/>.
 */
-/*  $Id: function.cc 1088 2012-08-02 13:52:16Z bangerth $  */
+/*  $Id$  */
 
 
 #include <aspect/initial_conditions/function.h>


Property changes on: trunk/aspect/source/initial_conditions/function.cc
___________________________________________________________________
Added: svn:keywords
   + Author Date Id Revision
Added: svn:eol-style
   + native


Property changes on: trunk/aspect/source/material_model/tan_gurnis.cc
___________________________________________________________________
Added: svn:keywords
   + Author Date Id Revision
Added: svn:eol-style
   + native


Property changes on: trunk/aspect/source/mesh_refinement
___________________________________________________________________
Added: svn:ignore
   + Makefile.dep



Property changes on: trunk/aspect/source/postprocess/tan_gurnis.cc
___________________________________________________________________
Added: svn:keywords
   + Author Date Id Revision
Added: svn:eol-style
   + native


Property changes on: trunk/aspect/source/postprocess/tracer.cc
___________________________________________________________________
Added: svn:keywords
   + Author Date Id Revision
Added: svn:eol-style
   + native

Modified: trunk/aspect/source/simulator/simulator_access.cc
===================================================================
--- trunk/aspect/source/simulator/simulator_access.cc	2012-11-28 14:05:08 UTC (rev 1388)
+++ trunk/aspect/source/simulator/simulator_access.cc	2012-11-28 14:08:16 UTC (rev 1389)
@@ -17,7 +17,7 @@
   along with ASPECT; see the file doc/COPYING.  If not see
   <http://www.gnu.org/licenses/>.
 */
-/*  $Id: interface.cc 1019 2012-05-19 11:37:00Z bangerth $  */
+/*  $Id$  */
 
 
 #include <aspect/simulator.h>


Property changes on: trunk/aspect/source/simulator/simulator_access.cc
___________________________________________________________________
Added: svn:keywords
   + Author Date Id Revision
Added: svn:eol-style
   + native

Modified: trunk/aspect/source/velocity_boundary_conditions/gplates.cc
===================================================================
--- trunk/aspect/source/velocity_boundary_conditions/gplates.cc	2012-11-28 14:05:08 UTC (rev 1388)
+++ trunk/aspect/source/velocity_boundary_conditions/gplates.cc	2012-11-28 14:08:16 UTC (rev 1389)
@@ -17,7 +17,7 @@
   along with ASPECT; see the file doc/COPYING.  If not see
   <http://www.gnu.org/licenses/>.
 */
-/*  $Id: zero_velocity.cc 1071 2012-08-01 16:50:02Z bangerth $  */
+/*  $Id$  */
 
 
 #include <aspect/global.h>


Property changes on: trunk/aspect/source/velocity_boundary_conditions/gplates.cc
___________________________________________________________________
Added: svn:keywords
   + Author Date Id Revision
Added: svn:eol-style
   + native



More information about the CIG-COMMITS mailing list