Skip to content

header-source API mismatch for EN_openOutputFile, EN_openReportFile #26

Description

@jeffrey-newman

In epanet3.h, we have these two functions declared:
int EN_openOutputFile(const char* fname, EN_Project p);
int EN_openReportFile(const char* fname, EN_Project p);

These do not seem to be defined, although in epanet3.cpp, we have definitions for:

int EN_openReport(const char* fname, EN_Project p)
{
return project(p)->openReport(fname);
}

int EN_openOutput(const char* fname, EN_Project p)
{
return project(p)->openOutput(fname);
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions