#ifndef tests_a_compA_h #define tests_a_compA_h #include using namespace std; class tests_a_compA { public: tests_a_compA(double value); double in1 = 1.5; double in2 = 2.5; double out1 = 0.1; double out2 = 0.2; }; #endif /* tests_a_compA_h */