|
Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
|
#include <catch.hpp>
Public Member Functions | |
| Counts | operator- (Counts const &other) const |
| Counts & | operator+= (Counts const &other) |
| std::size_t | total () const |
| bool | allPassed () const |
| bool | allOk () const |
Public Attributes | |
| std::size_t | passed = 0 |
| std::size_t | failed = 0 |
| std::size_t | failedButOk = 0 |
| bool Catch::Counts::allOk | ( | ) | const |
| bool Catch::Counts::allPassed | ( | ) | const |
| std::size_t Catch::Counts::total | ( | ) | const |