From 15a3e1f99a16ea09041c25cdbded6f0b8c13ffa8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 22 Jun 2009 15:34:58 +0000 Subject: [PATCH] Leave one more comment. git-svn-id: https://svn.dealii.org/trunk@18953 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-36/step-36.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } -- 2.39.5