#228 closed defect (fixed)
This code does not work.
Reported by: | jlaybar | Owned by: | Jorge |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Interface | Version: | head |
Severity: | normal | Keywords: | |
Cc: |
Description
This code does not work in TOL de Versión 1.1.2 Jan 13 2005
but works in TOL Versión 1.1.1 May 11 2004 para WINDOWS
What happend? The code is correct.
Real func(Matrix mat)
{
Real x = MatDat(mat,1,1);
Real Px = DensUniform(x, 0, 1);
Px
};
Set miser = MonteCarloMiser(func,1,Col(0),Col(1),1000);
Cheers
James
Note: See
TracTickets for help on using
tickets.
Sorry, this bug was introduced when changing the scope. Now it is fixed.
It is also related with the bug http://bugs.tol-project.org/show_bug.cgi?id=223.