Re: Polymorphic GOData
- From: Emmanuel Pacaud <emmanuel pacaud lapp in2p3 fr>
- To: Jean Bréfort <jean brefort normalesup org>
- Cc: gnumeric-list <gnumeric-list gnome org>
- Subject: Re: Polymorphic GOData
- Date: Wed, 22 Apr 2009 09:58:18 +0200
Le mercredi 22 avril 2009 à 08:13 +0200, Jean Bréfort a écrit :
Looks good for me. Just, I don't see why we need to change the arguments
order there:
@@ -93,7 +93,7 @@ gog_contour_plot_build_matrix (GogXYZPlot const *plot, gboolean *cardinality_cha
for (i = 0; i < plot->rows; i++)
for (j = 0; j < plot->columns; j++) {
val = gog_axis_map_to_view (map,
- go_data_get_matrix_value (mat, j, i));
+ go_data_get_matrix_value (mat, i, j));
if (fabs (val) == DBL_MAX)
val = go_nan;
else {
One of the patches reverts this change.
Emmanuel.
--
Emmanuel PACAUD
Groupe Virgo
LAPP - Laboratoire d'Annecy-le-Vieux de physique des particules
9, chemin de Bellevue - BP 110
74941 Annecy-le-Vieux CEDEX
France
Tél: (+33)4 50 09 55 92 ou 17 89 - Fax: (+33)4 50 27 94 95
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]