puncproject / PUNCpp

Particles-in-UNstructured-Cells, C++ version
https://punc.readthedocs.io
GNU General Public License v3.0
12 stars 6 forks source link

Move Timer #16

Closed sigvaldm closed 6 years ago

sigvaldm commented 6 years ago

Timer doesn't have anything to do with injection. diagnostics.h would be a more appropriate place for this class.

diakodarian commented 6 years ago

Timer has been moved to diagnostics.h

sigvaldm commented 6 years ago

A possible improvement would be to move the methods to diagnostics.c (leaving the documentation in the .h-file). Didn't think about this when I first wrote this issue. Do not prioritize.