bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-apl] NativeFunction eval_AXB has become broken


From: Elias Mårtenson
Subject: [Bug-apl] NativeFunction eval_AXB has become broken
Date: Mon, 14 Apr 2014 12:23:20 +0800

In my implementation of eval_AXB I am getting the function number using the following code:

const int function_number = X->get_ravel(0).get_near_int(qct);

When X is either 0 or 1, this works correctly. But when X is any other value (for example, 2) the call to .get_near_int(qct) throws a DOMAIN_ERROR.

This didn't happen as late as two days ago, so there has been a change in the last few releases that caused this to happen.

Regards,
Elias

reply via email to

[Prev in Thread] Current Thread [Next in Thread]