Kaynağa Gözat

r.sun: fix copy paste error when using both lat and lon raster

Anna Petrasova 5 yıl önce
ebeveyn
işleme
2d6a201a5e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      raster/r.sun/main.c

+ 1 - 1
raster/r.sun/main.c

@@ -915,7 +915,7 @@ int INPUT_part(int offset, double *zmax)
 
 
     if (longin != NULL) {
     if (longin != NULL) {
 	cell7 = Rast_allocate_f_buf();
 	cell7 = Rast_allocate_f_buf();
-	if (latitudeArray == NULL) {
+	if (longitudeArray == NULL) {
             if (!(longitudeArray = G_alloc_fmatrix(numRows, n))) 
             if (!(longitudeArray = G_alloc_fmatrix(numRows, n))) 
             {
             {
                 G_fatal_error(_("Out of memory"));
                 G_fatal_error(_("Out of memory"));