Skip to content

Commit

Permalink
Correct GageWatershed file suffix to "gw"
Browse files Browse the repository at this point in the history
  • Loading branch information
dtarb committed Aug 3, 2014
1 parent 2ed083a commit 9400c66
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Taudem5MF/Taudem5MF.sln
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SelectGTThreshold", "Select
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TWI", "TWI\TWI.vcxproj", "{E987386C-ACDC-4E1F-B187-D47FD31EA7FA}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GageWatershed", "GageWatershed\GageWatershed.vcxproj", "{E8EEAF6A-6129-4511-810D-145B8FB84137}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Expand Down Expand Up @@ -283,6 +285,13 @@ Global
{E987386C-ACDC-4E1F-B187-D47FD31EA7FA}.Release|Win32.Build.0 = Release|Win32
{E987386C-ACDC-4E1F-B187-D47FD31EA7FA}.Release|x64.ActiveCfg = Release|x64
{E987386C-ACDC-4E1F-B187-D47FD31EA7FA}.Release|x64.Build.0 = Release|x64
{E8EEAF6A-6129-4511-810D-145B8FB84137}.Debug|Win32.ActiveCfg = Debug|Win32
{E8EEAF6A-6129-4511-810D-145B8FB84137}.Debug|Win32.Build.0 = Debug|Win32
{E8EEAF6A-6129-4511-810D-145B8FB84137}.Debug|x64.ActiveCfg = Debug|Win32
{E8EEAF6A-6129-4511-810D-145B8FB84137}.Release|Win32.ActiveCfg = Release|Win32
{E8EEAF6A-6129-4511-810D-145B8FB84137}.Release|Win32.Build.0 = Release|Win32
{E8EEAF6A-6129-4511-810D-145B8FB84137}.Release|x64.ActiveCfg = Release|x64
{E8EEAF6A-6129-4511-810D-145B8FB84137}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 1 addition & 1 deletion src/gagewatershed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ int gagewatershed( char *pfile, char *wfile, char *shfile, char *idfile, int wri

//Create and write TIFF file
long lNodata = MISSINGLONG;
char prefix[5] = "src";
char prefix[5] = "gw";
tiffIO wshedIO(wfile, LONG_TYPE, &lNodata, p);
wshedIO.write(xstart, ystart, ny, nx, wshed->getGridPointer(), prefix, prow, pcol);

Expand Down

0 comments on commit 9400c66

Please sign in to comment.