瀏覽代碼

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"));