]> AND Public Git Repository - simgrid.git/blobdiff - contrib/benchmarking_code_block/Rhist.R
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mcapi::snapshot_equal() called in insert_acceptance_pair()
[simgrid.git] / contrib / benchmarking_code_block / Rhist.R
index 917be301a8b88a19af450946f52ce21cc0d5dfb7..cf642c4b6dcf2a9ba79088951b5784d1700c1cc4 100644 (file)
@@ -20,7 +20,7 @@ merge_empty_bins <- function (h){
     for(i in 1:(length(h$counts)-1)){
       if(h$counts[i]!=0 || h$counts[i+1]!=0){
         counts2[j]<-h$counts[i]
-        breaks2[j+1]<-h$breaks[i+1];
+        breaks2[j+1]<-h$breaks[i+1]
         j<-j+1
       }
     }