Skip to content

CglConicGD1Cut.cpp:8:17: error: use of undeclared identifier 'dcopy'; did you mean 'bcopy'? #5

@yurivict

Description

@yurivict
CglConicGD1Cut.cpp:8:17: error: use of undeclared identifier 'dcopy'; did you mean 'bcopy'?
  void F77_FUNC(dcopy,DCOPY)(int*, double*, int*, double*, int*);
                ^~~~~
                bcopy
/usr/include/strings.h:45:7: note: 'bcopy' declared here
void     bcopy(const void *, void *, size_t);                   /* LEGACY */
         ^
CglConicGD1Cut.cpp:8:8: error: variable has incomplete type 'void'
  void F77_FUNC(dcopy,DCOPY)(int*, double*, int*, double*, int*);
       ^

F77_FUNC is not defined anywhere in the project.

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