From cd76def2d5120dfaa60b3bd85592b6d3bb50fa47 Mon Sep 17 00:00:00 2001 From: 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