Skip to content
Snippets Groups Projects
Commit 07eed25f authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

BUG: fix windows compilation

parent 680ac47d
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ PipelineMemoryPrintCalculator
m_MemoryPrint *= m_BiasCorrectionFactor;
// Compute the optimal number of stream division
m_OptimalNumberOfStreamDivisions = vcl_ceil(m_MemoryPrint
m_OptimalNumberOfStreamDivisions = vcl_ceil(static_cast<double>(m_MemoryPrint)
/m_AvailableMemory);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment