<div dir="ltr"><div>Thanks. Fixed in dfbc975074, currently on the antik-multiple-systems branch. <br><br></div>Liam<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 5, 2014 at 5:47 PM, Mirko Vukovic <span dir="ltr"><<a href="mailto:mirko.vukovic@gmail.com" target="_blank">mirko.vukovic@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>I have been spending enjoyable time with gsll's (and gsl's) histogram routines.<br><br></div>A small bug in the code popped up.  In histogram/histogram.lisp the grid:copy method calls histo-copy and histo-clone.  The arguments in those calls are incorrect.  This is what the method should look like:<br>
<br><div style="margin-left:40px">(defmethod grid:copy ((source histogram) &key destination &allow-other-keys)<br>  (if destination<br>      (histo-copy source destination)<br>      (histo-clone source)))<br></div>
<br></div>In the original, source and destination were swapped.<br></div><br></div>The same fix applies to the method that specializes on histogram2d.<span class="HOEnZb"><font color="#888888"><br><br>Mirko<br></font></span></div>
<br>_______________________________________________<br>
Gsll-devel mailing list<br>
<a href="mailto:Gsll-devel@common-lisp.net">Gsll-devel@common-lisp.net</a><br>
<a href="http://common-lisp.net/cgi-bin/mailman/listinfo/gsll-devel" target="_blank">http://common-lisp.net/cgi-bin/mailman/listinfo/gsll-devel</a><br>
<br></blockquote></div><br></div>