From: bangerth Date: Fri, 11 Apr 2014 01:13:54 +0000 (+0000) Subject: Mark up a comment in such a way that it appears as part of the code. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c14248a09bbaebd931d6ec3bf0052104653b8d0;p=dealii-svn.git 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 --- 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);