PR for ADMAnalysis Trace function with incorrect interface

Issue #2654 resolved
Samuel Cupp created an issue

The new macros that came with PreSync set read-only variables to const, which led to compiler warnings appearing in ADMAnalysis because Trace does not respect these consts. I fixed the consts, but I also noticed in the process that the interface.ccl lists the tensor Trace is tracing is listed as OUT instead of IN. I created a pull request with these changes.

Comments (3)

  1. Log in to comment