Timers incorrectly set in la backends apply methods

Issue #126 resolved
Mikael Mortensen created an issue

The timers in most backends apply methods are initialized as, e.g.,

  Timer("Apply (matrix)");

that seems to not work. It should probably (?) be changed to

  Timer timer("Apply (matrix)");

Comments (3)

  1. Log in to comment