removed the bug 'See playground.fhuelsmann.emission.analysisForConcentration.EmissionsPerLinkWarmEventHandler.java' -- initialization of some variables was missing
replaced the former time bin calculation
for(int i = 0; i < this.noOfTimeBins; i++){
if(time > i * this.timeBinSize && time <= (i + 1) * this.timeBinSize){
by a ceil