clean up old comment block.

This commit is contained in:
sam hatchett
2015-11-28 18:59:49 -05:00
parent 90c2dfa0c4
commit 23ac6e5a55

View File

@@ -2311,14 +2311,6 @@ int DLLEXPORT ENgetheadcurveindex(int index, int *curveindex)
}
int DLLEXPORT ENgetpumptype(int index, int *type)
/*----------------------------------------------------------------
** Input: index = index of pump in list of links
** Output: type = Pump type
** Returns: error code
** Purpose: retrieves type of a pump for specific link index
**
**----------------------------------------------------------------
*/
{
*type=-1;
if (!Openflag) return(102);