stranda / rmetasim

rmetasim population genetic simulation engine
2 stars 3 forks source link

Update rmetasim.cc #6

Closed thierrygosselin closed 7 years ago

thierrygosselin commented 7 years ago

Proposed change removes warning when compiling with GCC

rmetasim.cc:271:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (j=0;j<sl;j++)