/// Prototypes for the testing functions #ifndef TEST_H #define TEST_H #include "cloptions.h" #include "cpout.h" void test_clopt(CLOptions); void test_cpouts(std::vector); #endif /* TEST_H */