From f596dfb7e2aff3e1c0440b1137a9e32875de0920 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 11 Sep 2009 02:48:00 +0000 Subject: [PATCH] Set properties. git-svn-id: https://svn.dealii.org/trunk@19436 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-35/Makefile | 2 +- deal.II/examples/step-35/step-35.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 deal.II/examples/step-35/Makefile diff --git a/deal.II/examples/step-35/Makefile b/deal.II/examples/step-35/Makefile old mode 100644 new mode 100755 index d148efb30b..2a589a17b4 --- a/deal.II/examples/step-35/Makefile +++ b/deal.II/examples/step-35/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile 16563 2008-08-15 16:08:28Z bangerth $ +# $Id$ # For the small projects Makefile, you basically need to fill in only diff --git a/deal.II/examples/step-35/step-35.cc b/deal.II/examples/step-35/step-35.cc index ffcf145dd1..09237354ce 100644 --- a/deal.II/examples/step-35/step-35.cc +++ b/deal.II/examples/step-35/step-35.cc @@ -1,4 +1,4 @@ -/* $Id: step-35.cc $ */ +/* $Id$ */ /* Version: $Name: $ */ /* */ /* Copyright (C) 2007, 2008, 2009 by the deal.II authors */ -- 2.39.5