abarret / multiphase-stokes

Solver a mixture of fluids based on IBAMR
1 stars 0 forks source link

Remove static initialization of timers. #54

Closed abarret closed 1 year ago

abarret commented 1 year ago

This fixes a bug found by @bindi-nagda. Some compilers will initialize the static variables before MPI is initialized, which throws an error. This delays the initialization of the timers until the class is created.