ICEACE Model: Closed Economy  1.0.0
Design Documentation of ICEACE Model
 All Data Structures Files Functions Variables Typedefs Macros Pages
bank_functions_production.c
Go to the documentation of this file.
1 #include "../header.h"
2 #include "../bank_agent_header.h"
3 
4 /*
5  * \fn: int dummy function
6  * \brief:
7  */
9 {
10 
11 
12  return 0; /* Returning zero means the agent is not removed */
13 }
14