Tutorial 4 macbook air

Issue #154 resolved
Richard She created an issue

scl_tutorial4_control_gc_op.cpp

Line 132 should be changed from: if(iter % (n_iters/10) == 0){ to: if(iter % static_cast<long>(n_iters/10) == 0){

This bug showed up on my macbook air, but probably is processor dependent.

Comments (1)

  1. Log in to comment