From: bangerth Date: Mon, 22 Jun 2009 15:34:58 +0000 (+0000) Subject: Leave one more comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd76def2d5120dfaa60b3bd85592b6d3bb50fa47;p=dealii-svn.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 }