Skip to content
Snippets Groups Projects
Commit f7c67cdf authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

No commit message

No commit message
parent 815afe1e
No related branches found
No related tags found
No related merge requests found
......@@ -942,6 +942,9 @@ int gridGenArea(int gridID, double *area)
if ( gridtype != GRID_LONLAT &&
gridtype != GRID_GAUSSIAN &&
gridtype != GRID_LCC &&
gridtype != GRID_LCC2 &&
gridtype != GRID_LAEA &&
gridtype != GRID_SINUSOIDAL &&
gridtype != GRID_GME &&
gridtype != GRID_CURVILINEAR &&
gridtype != GRID_CELL )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment