Skip to content
  • Ansgar Burchardt's avatar
    Merge branch 'feature/deprecate-method-evaluate' into 'master' · e7f18173
    Ansgar Burchardt authored
    Deprecate the method LocalBasis::evaluate
    
    ... on all LocalBasis implementations that have it.  The method as been
    superseded by 'partial'.  'partial' will allow to make the type-erased
    interface much simpler, because it does not have member template
    arguments.
    
    This addresses the first part of #2 .
    
    See merge request !32
    e7f18173