Skip to content

empty array initialization #9

Description

@leibersp

in ctsa.h the array params is always initialized as
double params[0]
(invalid in ISO C/C++)
why not simply
double *params

Im using this library in a data processing software, and was wondering if it had a purpose, because if not it would be nice to change, to avoid compiler warnings

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions