Преглед на файлове

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

Anna Petrasova преди 5 години
родител
ревизия
9042960ca7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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) {
 	cell7 = Rast_allocate_f_buf();
-	if (latitudeArray == NULL) {
+	if (longitudeArray == NULL) {
             if (!(longitudeArray = G_alloc_fmatrix(numRows, n))) 
             {
                 G_fatal_error(_("Out of memory"));