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
  • #432

Closed
Open
Created Jan 09, 2020 by snuverink_j@snuverink_jDeveloper

Template instantiation files?

in ippl/src there are a lot of template instantiation files that are unused as far as I can see:

ippl/src/AppTypes/inst/*
ippl/src/DataSource/inst/*
ippl/src/Field/inst/*

etc.

E.g. ippl/src/AppTypes/inst/AntiSymTenzor_1D.cpp:

// include files
#include "AppTypes/AntiSymTenzor.h"

// 1D instantiations
template class AntiSymTenzor<int,1U>;
template class AntiSymTenzor<IPPL_PRECISION_TYPE,1U>;

Are these needed (might be nice for testing?), or can they be deleted?

cc: @gsell @adelmann @kraus

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking