Binding to GSL library
    Radek via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Wed Nov 25 08:45:50 PST 2015
    
    
  
i have found bug. It shoul be
alias gsl_complex = _gsl_complex;
not
alias gsl_complex = _gsl_complex*;
On Wednesday, 25 November 2015 at 16:35:06 UTC, drug wrote:
> A little bit offtopic but do you know about 
> https://github.com/abrown25/gsld? It would be nice to join 
> efforts.
Sure, I'll share my code :)
Ask me next month. That what I'm doing is my student project and 
first i need to complete it :)
    
    
More information about the Digitalmars-d-learn
mailing list