NCAR / musica

Multi-Scale Infrastructure for Chemistry Modeling
https://wiki.ucar.edu/display/MUSICA/MUSICA+Home
Apache License 2.0
3 stars 2 forks source link

Remove remaining template template parameters #134

Closed mattldawson closed 3 weeks ago

mattldawson commented 1 month ago

Remove any remaining template<template<class> class MatrixPolicy> arguments in favor of using just template<class MatrixPolicy>. The remaining instances of these arguments appear to be only on the RosenbrockSolver, sub-classes of RosenbrockSolver, and tests/examples of RosenbrockSolver.

Acceptance Criteria

Ideas

mattldawson commented 3 weeks ago

closed with https://github.com/NCAR/micm/pull/560