The following functions are implemented in the preprocessor, but are currently broken:
* dsample: the preprocessor sets options_.dsample when encountering this command, but this option is never used in the Matlab code (just initialized in global_initialization); however, there exists a dsample.m which sets options_.smpl. I suppose I should fix this by asking the preprocessor to call dsample.m (or maybe even incorporate the content of dsample.m into the preprocessor). Am I right ?
* calib and calib_var: it is clear that the Matlab files (calib.m, calib_obj.m and calib_obj2.m) corresponding to these functions are currently broken (the function prototypes contain global variables, which makes no sense...). What should we do about these?
* model_comparison: the Matlab file corresponding to this preprocessor command is actually missing (it has not been ported from v3). Stéphane is going to look at this.
Best
Sébastien