\copydoc GEO::ProgressClient::begin() */
| 143 | public: |
| 144 | /** \copydoc GEO::ProgressClient::begin() */ |
| 145 | void begin() override { |
| 146 | const ProgressTask* task = Progress::current_progress_task(); |
| 147 | CmdLine::ui_progress(task->task_name(), 0, 0); |
| 148 | } |
| 149 | |
| 150 | /** \copydoc GEO::ProgressClient::progress(index_t,index_t) */ |
| 151 | void progress(index_t step, index_t percent) override { |
no test coverage detected