search for: __warning__

Displaying 1 result from an estimated 1 matches for "__warning__".

2010 Aug 10
4
Function to Define a Function
...er's input arguments (this may make more sense by looking at the toy example below). My real use for this type of code is to allow a user to choose from many parameterizations of the same general model. My "issue" is that when I compile a package with this type of code in it I get a __warning__ that "multiple local function definitions for 'm' with different formal arguments." While this is not a "deadly error" I would like to avoid the warning if possible. Can someone provide some guidance? Thank you in advance for any help you can offer. For what it is wo...