Skip to content

Anasazi: Fix #2323

James Willenbring requested to merge mhoemmen-patch-1 into develop

Created by: mhoemmen

Fix #2323 (closed). @trilinos/anasazi

Description

Fix the signature of the Anasazi::MultiVecTraits::CloneView overload that takes Teuchos::Range1D, to be consistent with the overload that takes std::vector.

Motivation and Context

This does not actually affect the build, since the default implementation of Anasazi::MultiVecTraits intentionally cannot and should never be able to compile. However, the default implementation documents the interface that traits class specializers must implement, so it is important to get right.

Related Issues

Checklist

  • My commit messages mention the appropriate GitHub issue numbers.
  • My code follows the code style of the affected package(s).
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the code contribution guidelines for this project.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • No new compiler warnings were introduced.
  • These changes break backwards compatibility.

Merge request reports