mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-31 08:56:34 +00:00
Refactoring
This commit is contained in:
committed by
Dion Moult
parent
3a8df68710
commit
64021720ca
@@ -303,7 +303,7 @@ namespace IfcGeom {
|
||||
task_result_ptr_initialized = true;
|
||||
}
|
||||
|
||||
progress_ = ++processed_ * 100 / tasks_.size();
|
||||
progress_ = (int) (++processed_ * 100 / tasks_.size());
|
||||
}
|
||||
|
||||
void process_concurrently() {
|
||||
|
||||
Reference in New Issue
Block a user