[GRASS-git] [OSGeo/grass] ef6bae: r.texture: Refactor code, remove global variables ...
Chung-Yuan Liang
noreply at github.com
Sat Jun 15 01:39:43 PDT 2024
Branch: refs/heads/main
Home: https://github.com/OSGeo/grass
Commit: ef6bae8fb597c12283ee4ddf050535e0c33ff52b
https://github.com/OSGeo/grass/commit/ef6bae8fb597c12283ee4ddf050535e0c33ff52b
Author: Chung-Yuan Liang <77927944+cyliang368 at users.noreply.github.com>
Date: 2024-06-15 (Sat, 15 Jun 2024)
Changed paths:
A raster/r.texture/execute.c
A raster/r.texture/execute.h
M raster/r.texture/h_measure.c
M raster/r.texture/h_measure.h
M raster/r.texture/main.c
A raster/r.texture/matvec.c
A raster/r.texture/matvec.h
Log Message:
-----------
r.texture: Refactor code, remove global variables (#3785)
* Use local variables instead of global variables.
* Separate execute part to prepare it for parallelization.
* Remove unused variables and defines.
* Use pairs of .c and .h files.
* Use structs for parameters and flags.
To unsubscribe from these emails, change your notification settings at https://github.com/OSGeo/grass/settings/notifications
More information about the grass-commit
mailing list