From: Wolfgang Bangerth Date: Wed, 7 Jul 1999 11:50:27 +0000 (+0000) Subject: Doc update. X-Git-Tag: v8.0.0~21782 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93e90c43bb1205fe61317547f862b0f451520e79;p=dealii.git Doc update. git-svn-id: https://svn.dealii.org/trunk@1547 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/numerics/data_out_base.h b/deal.II/deal.II/include/numerics/data_out_base.h index 89d5eb55a6..f63ee5b983 100644 --- a/deal.II/deal.II/include/numerics/data_out_base.h +++ b/deal.II/deal.II/include/numerics/data_out_base.h @@ -523,7 +523,9 @@ class DataOutBase * one does what one usually wants: * it shifts colors from black (lowest * value) through blue, green and red - * to white (highest value). + * to white (highest value). For the + * exact defition of the color scale + * refer to the impementation. * * This function was originally written * by Stefan Nauber.