Re: [Plib-devel] Another New Demo Program for PW
Brought to you by:
sjbaker
From: Steve B. <sjb...@ai...> - 2004-04-25 21:26:57
|
Fay John F Contr AAC/WMG wrote: > Since I can never leave well enough alone ... here's a Lorenz strange > attractor demo program. I eventually managed to compile this under Linux - there were a few problems: 1) '%lf' is not allowed in printf's - the 'l' modifier can only be applied to integers - not doubles. Just a plain '%f' is sufficient. 2) FALSE is undeclared in line 332. 3) The variable pargc isn't used. ---------------------------- Steve Baker ------------------------- HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://www.sjbaker.org Projects : http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net http://prettypoly.sf.net -----BEGIN GEEK CODE BLOCK----- GCS d-- s:+ a+ C++++$ UL+++$ P--- L++++$ E--- W+++ N o+ K? w--- !O M- V-- PS++ PE- Y-- PGP-- t+ 5 X R+++ tv b++ DI++ D G+ e++ h--(-) r+++ y++++ -----END GEEK CODE BLOCK----- |