Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions heclib/hecdss/hecdss.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include "hecdss.h"
#include "heclib.h"

Expand Down
10 changes: 0 additions & 10 deletions heclib/heclib_c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ src/headers/zerrorCodes.h
src/headers/hecdss7.h
src/headers/zStructLocation.h
src/headers/heclibDate.h
src/headers/hecdssFort.h
src/headers/zStructRecordAddresses.h
src/headers/zStructText.h
src/headers/zStructTsTimeWindow.h
Expand All @@ -180,13 +179,8 @@ src/headers/verticalDatum.h
src/headers/zStructRecordBasics.h
src/headers/zcontrol.h
src/headers/zStructSpatialGrid.h
src/DssInterface/zgetVersion_.c
src/DssInterface/ztsRetrieveIrregArgs.c
src/DssInterface/zclose_.c
src/DssInterface/timeStringToSeconds_.c
src/DssInterface/ztsStoreRegArgs.c
src/DssInterface/ztsends_.c
src/DssInterface/zget_.c
src/DssInterface/v6and7/zrecordAddresses.c
src/DssInterface/v6and7/zopenExtended.c
src/DssInterface/v6and7/zreadc.c
Expand All @@ -200,7 +194,6 @@ src/DssInterface/v6and7/zclose.c
src/DssInterface/v6and7/zopen.c
src/DssInterface/v6and7/zwritec.c
src/DssInterface/v6and7/zreadx.c
src/DssInterface/v6and7/zgetInfo.c
src/DssInterface/v6and7/zwritex.c
src/DssInterface/v6and7/zdelete.c
src/DssInterface/v6and7/zread.c
Expand All @@ -209,9 +202,7 @@ src/DssInterface/v6and7/zwrite.c
src/DssInterface/v6and7/zputInfo.c
src/DssInterface/v6and7/zundelete.c
src/DssInterface/v6and7/zgetRecordSize.c
src/DssInterface/v6and7/zwritea.c
src/DssInterface/ztsStoreIrregArgs.c
src/DssInterface/missingFlag_.c
src/SemiPublic/zsetInterrupt.c
src/SemiPublic/zlocationStructValid.c
src/SemiPublic/zcheckPathnames.c
Expand Down Expand Up @@ -335,7 +326,6 @@ src/Public/ztsOffset.c
src/Public/zpathnamePartLengths.c
src/Public/zwhatChangedCompare.c
src/Utilities/stringCat.c
src/Utilities/stringLastNonBlank.c
src/Utilities/numberIntsInBytes.c
src/Utilities/convertDataLength.c
src/Utilities/copyLines.c
Expand Down
13 changes: 2 additions & 11 deletions heclib/heclib_c/heclib_c.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,11 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\Dss6\deleteFile.c" />
<ClCompile Include="src\DssInterface\missingFlag_.c" />
<ClCompile Include="src\DssInterface\timeStringToSeconds_.c" />
<ClCompile Include="src\DssInterface\v6and7\zcheck.c" />
<ClCompile Include="src\DssInterface\v6and7\zclose.c" />
<ClCompile Include="src\DssInterface\v6and7\zcopyRecord.c" />
<ClCompile Include="src\DssInterface\v6and7\zdataType.c" />
<ClCompile Include="src\DssInterface\v6and7\zdelete.c" />
<ClCompile Include="src\DssInterface\v6and7\zgetInfo.c" />
<ClCompile Include="src\DssInterface\v6and7\zgetRecordBasics.c" />
<ClCompile Include="src\DssInterface\v6and7\zgetRecordSize.c" />
<ClCompile Include="src\DssInterface\v6and7\zhandle.c" />
Expand All @@ -34,12 +31,8 @@
<ClCompile Include="src\DssInterface\v6and7\ztsGetSizes.c" />
<ClCompile Include="src\DssInterface\v6and7\zundelete.c" />
<ClCompile Include="src\DssInterface\v6and7\zwrite.c" />
<ClCompile Include="src\DssInterface\v6and7\zwritea.c" />
<ClCompile Include="src\DssInterface\v6and7\zwritec.c" />
<ClCompile Include="src\DssInterface\v6and7\zwritex.c" />
<ClCompile Include="src\DssInterface\zclose_.c" />
<ClCompile Include="src\DssInterface\zgetVersion_.c" />
<ClCompile Include="src\DssInterface\zget_.c" />
<ClCompile Include="src\DssInterface\ztsends_.c" />
<ClCompile Include="src\DssInterface\ztsRetrieveIrregArgs.c" />
<ClCompile Include="src\DssInterface\ztsStoreIrregArgs.c" />
Expand Down Expand Up @@ -368,7 +361,6 @@
<ClCompile Include="src\Utilities\stringFill.c" />
<ClCompile Include="src\Utilities\stringFortToC.c" />
<ClCompile Include="src\Utilities\stringHeaderUtility.c" />
<ClCompile Include="src\Utilities\stringLastNonBlank.c" />
<ClCompile Include="src\Utilities\strnlen_hec.c" />
<ClCompile Include="src\Utilities\toFixedFields.c" />
<ClCompile Include="src\Utilities\trimLength.c" />
Expand All @@ -382,7 +374,6 @@
<ItemGroup>
<ClInclude Include="src\headers\checks.h" />
<ClInclude Include="src\headers\hecdss7.h" />
<ClInclude Include="src\headers\hecdssFort.h" />
<ClInclude Include="src\headers\hecdssInternal.h" />
<ClInclude Include="src\headers\heclib.h" />
<ClInclude Include="src\headers\heclib7.h" />
Expand Down Expand Up @@ -441,12 +432,12 @@
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>false</WholeProgramOptimization>
<PlatformToolset>v143</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v143</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
Expand Down
30 changes: 0 additions & 30 deletions heclib/heclib_c/heclib_c.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,6 @@
<ClCompile Include="src\Utilities\stringHeaderUtility.c">
<Filter>src\Utilities</Filter>
</ClCompile>
<ClCompile Include="src\Utilities\stringLastNonBlank.c">
<Filter>src\Utilities</Filter>
</ClCompile>
<ClCompile Include="src\Utilities\strnlen_hec.c">
<Filter>src\Utilities</Filter>
</ClCompile>
Expand Down Expand Up @@ -288,9 +285,6 @@
<ClCompile Include="src\DssInterface\v6and7\zdelete.c">
<Filter>src\DssInterface\v6andv7</Filter>
</ClCompile>
<ClCompile Include="src\DssInterface\v6and7\zgetInfo.c">
<Filter>src\DssInterface\v6andv7</Filter>
</ClCompile>
<ClCompile Include="src\DssInterface\v6and7\zgetRecordBasics.c">
<Filter>src\DssInterface\v6andv7</Filter>
</ClCompile>
Expand Down Expand Up @@ -333,30 +327,9 @@
<ClCompile Include="src\DssInterface\v6and7\zwrite.c">
<Filter>src\DssInterface\v6andv7</Filter>
</ClCompile>
<ClCompile Include="src\DssInterface\v6and7\zwritea.c">
<Filter>src\DssInterface\v6andv7</Filter>
</ClCompile>
<ClCompile Include="src\DssInterface\v6and7\zwritec.c">
<Filter>src\DssInterface\v6andv7</Filter>
</ClCompile>
<ClCompile Include="src\DssInterface\missingFlag_.c">
<Filter>src\DssInterface</Filter>
</ClCompile>
<ClCompile Include="src\DssInterface\timeStringToSeconds_.c">
<Filter>src\DssInterface</Filter>
</ClCompile>
<ClCompile Include="src\DssInterface\zclose_.c">
<Filter>src\DssInterface</Filter>
</ClCompile>
<ClCompile Include="src\DssInterface\zget_.c">
<Filter>src\DssInterface</Filter>
</ClCompile>
<ClCompile Include="src\DssInterface\zgetVersion_.c">
<Filter>src\DssInterface</Filter>
</ClCompile>
<ClCompile Include="src\DssInterface\ztsends_.c">
<Filter>src\DssInterface</Filter>
</ClCompile>
<ClCompile Include="src\DssInterface\ztsRetrieveIrregArgs.c">
<Filter>src\DssInterface</Filter>
</ClCompile>
Expand Down Expand Up @@ -1143,9 +1116,6 @@
<ClInclude Include="src\headers\hecdss7.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\hecdssFort.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\hecdssInternal.h">
<Filter>src\headers</Filter>
</ClInclude>
Expand Down
71 changes: 0 additions & 71 deletions heclib/heclib_c/src/DssInterface/missingFlag_.c

This file was deleted.

17 changes: 0 additions & 17 deletions heclib/heclib_c/src/DssInterface/timeStringToSeconds_.c

This file was deleted.

1 change: 0 additions & 1 deletion heclib/heclib_c/src/DssInterface/v6and7/zdataType.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include "zdssVals.h"
#include "hecdssInternal.h"
#include "zdssMessages.h"
#include "hecdssFort.h"



Expand Down
63 changes: 0 additions & 63 deletions heclib/heclib_c/src/DssInterface/v6and7/zgetInfo.c

This file was deleted.

1 change: 0 additions & 1 deletion heclib/heclib_c/src/DssInterface/v6and7/zhandle.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "heclib7.h"
#include "hecdssFort.h"
#include "hecdssInternal.h"
#include "zdssKeys.h"

Expand Down
2 changes: 1 addition & 1 deletion heclib/heclib_c/src/DssInterface/v6and7/zopen.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ int hec_dss_zopen(long long *ifltab, const char *dssFilename)

int version = zgetFileVersion(dssFilename);
if (zmessageLevel(ifltab, MESS_METHOD_OPEN_ID, MESS_LEVEL_INTERNAL_DIAG_1)) {
zmessageDebug(ifltab, DSS_FUNCTION_zopen_ID, "Entering zopenExtended for file: ", dssFilename);
zmessageDebug(ifltab, DSS_FUNCTION_zopen_ID, "Entering hec_dss_zopen for file: ", dssFilename);
zmessageDebugInt(ifltab, DSS_FUNCTION_zopen_ID, "Dss file version ", version);
}

Expand Down
1 change: 0 additions & 1 deletion heclib/heclib_c/src/DssInterface/v6and7/zopenExtended.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include <string.h>

#include "hecdssFort.h"
#include "hecdss7.h"
#include "hecdssInternal.h"
#include "zerrorCodes.h"
Expand Down
1 change: 0 additions & 1 deletion heclib/heclib_c/src/DssInterface/v6and7/zread.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include <stdlib.h>

#include "heclib7.h"
#include "hecdssFort.h"
#include "hecdssInternal.h"
#include "zdssMessages.h"
#include "zerrorCodes.h"
Expand Down
1 change: 0 additions & 1 deletion heclib/heclib_c/src/DssInterface/v6and7/zreadc.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include "zdssMessages.h"
#include "zdssVals.h"
#include "hecdssInternal.h"
#include "hecdssFort.h"



Expand Down
Loading