| 216 | { |
| 217 | public: |
| 218 | Settings(unsigned int num_pts, bool random, bool use_stream) : |
| 219 | num_points(num_pts), |
| 220 | use_random(random), |
| 221 | use_iostream(use_stream) |
| 222 | { |
| 223 | logfile = fopen("zippertest.log","w"); |
| 224 | return; |
| 225 | } |
| 226 | |
| 227 | ~Settings() |
| 228 | { |
nothing calls this directly
no outgoing calls
no test coverage detected