Menu

Code Commit Log


Commit Date  
[r25885] by juliakern
2013-09-17 15:33:12 Tree
[r25884] by juliakern
2013-09-17 15:31:39 Tree
[r25883] by juliakern
2013-09-17 15:30:18 Tree
[r25882] by juliakern
2013-09-17 15:28:43 Tree
[r25881] by juliakern
2013-09-17 14:55:51 Tree
[r25880] by kaddoura

scenario created instead of loaded

2013-09-17 14:55:14 Tree
[r25879] by juliakern
2013-09-17 14:54:35 Tree
[r25878] by juliakern

replaced time bin calculation
for(int i = 0; i < this.noOfTimeBins; i++){
if(time > i * this.timeBinSize && time <= (i + 1) * this.timeBinSize){
endOfTimeInterval = (i + 1) * this.timeBinSize;
by
int numberOfInterval = (int) Math.ceil(time / timeBinSize);
endOfTimeInterval = numberOfInterval * timeBinSize;

2013-09-17 14:54:04 Tree
[r25877] by skull5

Added RouterPriorityQueue Interface which should replace hard-coded PseudoRemovePriorityQueue in MATSim's Dijsktra implementation.

2013-09-17 14:52:51 Tree
[r25876] by juliakern

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

2013-09-17 14:49:11 Tree
Older >
MongoDB Logo MongoDB