| 177 | |
| 178 | template<class FD> |
| 179 | string Producer<FD>::open_file(ofstream& outf, int my_num, int thread_num, |
| 180 | bool initial, bool clear) |
| 181 | { |
| 182 | return open_prep_file<T>(outf, data_type(), my_num, thread_num, initial, |
| 183 | clear, dir); |
| 184 | } |
| 185 | |
| 186 | template <class FD> |
| 187 | void Producer<FD>::clear_file(int my_num, int thread_num, bool initial) |