ICEACE Model: Closed Economy  1.0.0
Design Documentation of ICEACE Model
 All Data Structures Files Functions Variables Typedefs Macros Pages
equityfund_functions_labour.c
Go to the documentation of this file.
1 #include "../header.h"
2 #include "../equityfund_agent_header.h"
3 
4 /*
5  * \fn: int equityfund_audit_dividends()
6  * \brief: The funding agency collects number of shares.
7  */
9  int shares = 0;
10 
14  N_SHARES = shares;
15 
16  return 0; /* Returning zero means the agent is not removed */
17 }