close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 20 years ago

Closed 20 years ago

Last modified 20 years ago

#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

Change History (2)

comment:1 Changed 20 years ago by Jorge

Resolution: fixed
Status: newclosed

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.

comment:2 Changed 20 years ago by Jorge

* Bug 229 has been marked as a duplicate of this bug. *

Note: See TracTickets for help on using tickets.