Skip to content

header-source API mismatch for EN_openOutputFile, EN_openReportFile #26

@jeffrey-newman

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);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions