Skip to content

Tpetra: restore original ETI types for normImpl

James Willenbring requested to merge tpetra_fixNormImplETI into develop

Created by: kddevin

This reverts commit 665ede02.

This PR reverts the changes suggested in #4951 and pushed in #4956 Although these changes worked fine with PR testing both with and without deprecated code, they caused build failures in Albany #4962 (closed)

@trilinos/tpetra These changes may cause builds with Tpetra_ENABLE_DEPRECATED_CODE=OFF to have link errors; the short term workaround is to use global ordinal = INT instead of LONG LONG.

@trilinos/tpetra @ikalash

Merge request reports