Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
S src
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 62
    • Issues 62
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Code Review
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OPAL
  • src
  • Issues
  • #477

Closed
Open
Created Feb 26, 2020 by snuverink_j@snuverink_jDeveloper

Missing include in Algorithms/bet/math/savgol.cpp

With gcc 7.3.0 from psi modules on linux I get the compiler error:

src/Algorithms/bet/math/savgol.cpp:406:5: error: ‘memcpy’ was not declared in this scope
     memcpy(&cIn[1], c, sizeof(double)*n);
     ^~~~~~
/home/scratch/OPAL/OPAL-fork/OPAL-src/src/Algorithms/bet/math/savgol.cpp:406:5: note: suggested alternative: ‘wmemcpy’
     memcpy(&cIn[1], c, sizeof(double)*n);
     ^~~~~~
     wmemcpy

This is due to a missing include <cstring>.

Edited Feb 26, 2020 by snuverink_j
Assignee
Assign to
OPAL 2.4.0
Milestone
OPAL 2.4.0 (Past due)
Assign milestone
Time tracking