From 942d16cbaa9a22df842ad0a7a6eed8c1771bfefc Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 11 Apr 2014 01:13:54 +0000 Subject: [PATCH] Mark up a comment in such a way that it appears as part of the code. git-svn-id: https://svn.dealii.org/trunk@32761 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-40/step-40.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/examples/step-40/step-40.cc b/deal.II/examples/step-40/step-40.cc index 3a99cd12fa..d8068b0596 100644 --- a/deal.II/examples/step-40/step-40.cc +++ b/deal.II/examples/step-40/step-40.cc @@ -1,7 +1,7 @@ /* --------------------------------------------------------------------- * $Id$ * - * Copyright (C) 2009 - 2013 by the deal.II authors + * Copyright (C) 2009 - 2014 by the deal.II authors * * This file is part of the deal.II library. * @@ -468,7 +468,7 @@ namespace Step40 #ifdef USE_PETSC_LA data.symmetric_operator = true; #else - //trilinos defaults are good + /* Trilinos defaults are good */ #endif preconditioner.initialize(system_matrix, data); -- 2.39.5