00001 /* 00002 * agentcell.hh 00003 * 00004 * Created on: Jan 20, 2009 00005 * Author: msneddon 00006 */ 00007 00008 #ifndef AGENTCELL_HH_ 00009 #define AGENTCELL_HH_ 00010 00011 #include <string> 00012 #include <map> 00013 00014 using namespace std; 00015 void runAgentCell(map<string,string> argMap, bool verbose); 00016 00017 00018 #endif /* AGENTCELL_HH_ */