Skip to content

Commit

Permalink
fix Crit3DRadiationSettings setGis
Browse files Browse the repository at this point in the history
  • Loading branch information
lauracosta committed Jan 18, 2024
1 parent 0724d17 commit f4f6715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/csv2dbGrid/import.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ int Import::writeMultiTimeValues()
TradPoint myRadPoint;
gis::Crit3DRasterGrid myDEM;
gis::Crit3DPoint myPoint;
radSettings.gisSettings = &gisSettings;
radSettings.setGisSettings(&gisSettings);
/*! assign topographic height and coordinates */
myRadPoint.x = x;
myRadPoint.y = y;
Expand Down
2 changes: 1 addition & 1 deletion bin/csv2dbGrid/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <iostream>

// uncomment to execute test
// #define TEST
//#define TEST

void usage()
{
Expand Down

0 comments on commit f4f6715

Please sign in to comment.