You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dynibex est actuellement compatible avec la version 2.1.17 avant la refonte de l'arithmetique affine.
En essayant de compiler dans la version actuelle, il y a des messages d'erreur :
In file included from ibex_integrate.h:36:0,
from example_integrate.cpp:15:
ibex_solution_LC3.h: In member function ‘ibex::Affine2Vector ibex::solution_j_lc3::remainder_lc3(ibex::ivp_ode*)’:
ibex_solution_LC3.h:105:34: error: no matching function for call to ‘ibex::AffineMainVectoribex::AF_fAF2::AffineMainVector(ibex::IntervalVector&, bool)’
Affine2Vector k1_aff(k1,true);
le constructeur AffineMainVector n'ayant plus de 2eme parametre.
Que faut-il faire pour rendre ce code compatible ?
The text was updated successfully, but these errors were encountered:
Dynibex est actuellement compatible avec la version 2.1.17 avant la refonte de l'arithmetique affine.
En essayant de compiler dans la version actuelle, il y a des messages d'erreur :
In file included from ibex_integrate.h:36:0,
from example_integrate.cpp:15:
ibex_solution_LC3.h: In member function ‘ibex::Affine2Vector ibex::solution_j_lc3::remainder_lc3(ibex::ivp_ode*)’:
ibex_solution_LC3.h:105:34: error: no matching function for call to ‘ibex::AffineMainVectoribex::AF_fAF2::AffineMainVector(ibex::IntervalVector&, bool)’
Affine2Vector k1_aff(k1,true);
le constructeur AffineMainVector n'ayant plus de 2eme parametre.
Que faut-il faire pour rendre ce code compatible ?
The text was updated successfully, but these errors were encountered: