From: Wolfgang Bangerth Date: Mon, 22 Jun 2009 15:34:58 +0000 (+0000) Subject: Leave one more comment. X-Git-Tag: v8.0.0~7597 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15a3e1f99a16ea09041c25cdbded6f0b8c13ffa8;p=dealii.git Leave one more comment. git-svn-id: https://svn.dealii.org/trunk@18953 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-36/step-36.cc b/deal.II/examples/step-36/step-36.cc index 7282b86472..a626278112 100644 --- a/deal.II/examples/step-36/step-36.cc +++ b/deal.II/examples/step-36/step-36.cc @@ -196,7 +196,8 @@ void EigenvalueProblem::assemble_system () template void EigenvalueProblem::solve () { -// do whatever is necessary here +// do whatever is necessary here. use stiffness_matrix, mass_matrix, and the +// eigenfunctions[] array }