--- gnuplot-4.0.0/src/matrix.c.old 2004-04-13 18:23:58.000000000 +0100 +++ gnuplot-4.0.0/src/matrix.c 2005-03-01 12:38:07.068232748 +0000 @@ -290,9 +290,12 @@ *d = 1.0; for (ar = a, lim = &(a[n]); ar < lim; ar++) { large = 0.0; - for (ac = *ar, limc = &(ac[n]); ac < limc;) - if ((temp = fabs(*ac++)) > large) + for (ac = *ar, limc = &(ac[n]); ac < limc;){ + temp = *ac++; + temp = fabs(temp); + if (temp > large) large = temp; + } if (large == 0.0) int_error(NO_CARET, "Singular matrix in LU-DECOMP"); *dp++ = 1 / large; >index : multitech-oe.git
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/xcalibrateext
AgeCommit message (Expand)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe1
2007-09-02Fix PKG_CONFIG_PATH references which should be PKG_CONFIG_DIRRichard Purdie1
2007-06-13xcalibrate: merge fixes from poky. This should stop it fetching everytime and...Koen Kooi1
2007-05-18xcalibrateext: provice compatibility with old cvs versionKoen Kooi1
2006-09-29xcalibrateext_git: Add latest xcalibrateext from X.org's git.Paul Sokolovsky1
2006-09-29xcalibrateext_cvs: Follow git renaming of xcalibrateext to xcalibrateproto.Paul Sokolovsky1
2006-02-20various packages and bitbake.conf: introduce FREEDESKTOP_CVS and make use of it.Rene Wagner1
2006-01-10replace oe_runmake install by autotools_stage_all in various packagesPhilipp Zabel1
2006-01-07Convert CVSDATE -> SRCDATE. Also standardise cvs and svn PVs to x.x.x+cvsYYYY...Richard Purdie1
2006-01-04Revert the changes from revisions 65af73a95a851d2e8c3cf2f523f1acc488be0208, 2...Richard Purdie1
2006-01-02autotooled packages: remove custom do_stagePhilipp Zabel1