comparison AgentList.h @ 13:0d4048bfadbb

Fixes to beat insertion in Agent. We get plausible results now, but there's probably quite a lot still to do.
author Chris Cannam
date Thu, 06 Oct 2011 18:37:50 +0100
parents 59520cd6abac
children f1252b6a7cf5
comparison
equal deleted inserted replaced
12:59520cd6abac 13:0d4048bfadbb
17 #define _AGENT_LIST_H_ 17 #define _AGENT_LIST_H_
18 18
19 #include "Agent.h" 19 #include "Agent.h"
20 #include "Event.h" 20 #include "Event.h"
21 21
22 #include <vector>
22 #include <algorithm> 23 #include <algorithm>
23 24
24 #ifdef DEBUG_BEATROOT 25 #ifdef DEBUG_BEATROOT
25 #include <iostream> 26 #include <iostream>
26 #endif 27 #endif