HydrologicEngineeringCenter / hec-dss

source code for HEC-DSS (Data Storage System)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zcollectionCat(..) is defined twice

ktarbet opened this issue · comments

zcollectionCat(long long *ifltab, const char *seedPathname, zStructCatalog *catStruct)

is defined in two places:

  1. heclib_c\src\Public\zcollectionCat.c
  2. heclib_c\src\DssInterface\v6and7\zcollectionCat.c

They have slightly different implementations.

The older Visual studio project was using : Public\zcollectionCat.c