[Trac] #232: Create dummy M file for making clear some calling dependencies
#232: Create dummy M file for making clear some calling dependencies -------------------------+-------------------------------------------------- Reporter: sebastien | Owner: Type: enhancement | Status: new Priority: major | Milestone: Component: General | Version: Keywords: | -------------------------+-------------------------------------------------- Currently some M-functions are called from M-files using eval() instead of calling them directly. As a result, these functions appear as orphaned in the M2HTML graph, and also do not necessarily appear when doing a grep on M-files. The risk is that one may remove these functions, thinking they are unused. The proposed solution is to create a dummy M-file that would directly call these functions (possibly with comments indicating the actual place of the real calls) -- Ticket URL: <https://www.dynare.org/trac/ticket/232> Dynare <http://www.dynare.org> The Dynare project
participants (1)
-
Trac Dynare