ICEACE Model: Closed Economy  1.0.0
Design Documentation of ICEACE Model
 All Data Structures Files Functions Variables Typedefs Macros Pages
centralbank_functions_housing.c
Go to the documentation of this file.
1 #include "../header.h"
2 #include "../centralbank_agent_header.h"
3 
4 
5 /*
6  * \fn: int centralbank_trace_housing_prices()
7  * \brief:
8  */
10 {
15 
16  return 0; /* Returning zero means the agent is not removed */
17 }
18