Tpetra: restore original ETI types for normImpl
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