Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » Draw, Display, Images, Bitmaps, Icons » ScatterDraw/ScatterCtrl new features
Re: ScatterDraw/ScatterCtrl new features [message #39880 is a reply to message #39876] Thu, 09 May 2013 07:50 Go to previous messageGo to previous message
koldo is currently offline  koldo
Messages: 3357
Registered: August 2008
Senior Veteran
Hello Didier

It is true. It is unnecesary. I have removed it (to be uploaded tomorrow). Thank you!

Didier wrote on Wed, 08 May 2013 23:51

Hi Koldo,

I detected a small compilation issue that occurs on some compilers (gcc for arm for example).

In ScatterDraw/Equation.cpp, replace:
struct Equation_functor : NonLinearOptimizationFunctor<double> {
	DataSource *series;
	ExplicitEquation *fSource;
    Equation_functor() : NonLinearOptimizationFunctor() {}

by
struct Equation_functor : NonLinearOptimizationFunctor<double> {
	DataSource *series;
	ExplicitEquation *fSource;
    Equation_functor() : NonLinearOptimizationFunctor<double>() {}   --- correction here --- 


Add <double> to the base class default constructor (or remove the call since it's the defaut constructor)



Best regards
IƱaki
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Draw/Paint speed slow
Next Topic: Painter small text quality
Goto Forum:
  


Current Time: Tue Apr 23 21:08:25 CEST 2024

Total time taken to generate the page: 0.01394 seconds