babl r330 - in trunk: . babl docs
- From: ok svn gnome org
- To: svn-commits-list gnome org
- Subject: babl r330 - in trunk: . babl docs
- Date: Thu, 12 Jun 2008 21:30:55 +0000 (UTC)
Author: ok
Date: Thu Jun 12 21:30:55 2008
New Revision: 330
URL: http://svn.gnome.org/viewvc/babl?rev=330&view=rev
Log:
* babl/babl-fish-path.c: (legal_error): s/BABL_ERROR/BABL_ACCURACY/
* docs/index-static.html.in: s/BABL_ERROR/BABL_ACCURACY/
* AUTHORS: added a missing space.
Modified:
trunk/AUTHORS
trunk/ChangeLog
trunk/babl/babl-fish-path.c
trunk/docs/index-static.html.in
Modified: trunk/AUTHORS
==============================================================================
--- trunk/AUTHORS (original)
+++ trunk/AUTHORS Thu Jun 12 21:30:55 2008
@@ -14,7 +14,7 @@
<dd>Portability fixes.</dd>
<dt>Jan Heller <em>jheller at svn.gnome.org</em></dt>
<dd>Optimizations, refactoring and documentation.</dd>
- <dt>Mukund Sivaraman<em>muks at mukund.org</em></dt>
+ <dt>Mukund Sivaraman <em>muks at mukund.org</em></dt>
<dd><em>Sparse</em> fixes and sanity.</dd>
<dt><em>dmacks at netspace.org</em></dt>
<dd>Build sanity</dd>
Modified: trunk/babl/babl-fish-path.c
==============================================================================
--- trunk/babl/babl-fish-path.c (original)
+++ trunk/babl/babl-fish-path.c Thu Jun 12 21:30:55 2008
@@ -67,7 +67,7 @@
if (error != 0.0)
return error;
- env = getenv ("BABL_ERROR");
+ env = getenv ("BABL_ACCURACY");
if (env)
error = atof (env);
else
@@ -100,7 +100,7 @@
* the shortest path in a graph where formats are the vertices
* and conversions are the edges. However, there is an additional
* constraint to the shortest path, that limits conversion error
- * introduced by such a path to be less than BABL_ERROR. This
+ * introduced by such a path to be less than BABL_ACCURACY. This
* prohibits usage of any reasonable shortest path construction
* algorithm such as Dijkstra's algorithm. The shortest path is
* constructed by enumerating all available paths that are less
Modified: trunk/docs/index-static.html.in
==============================================================================
--- trunk/docs/index-static.html.in (original)
+++ trunk/docs/index-static.html.in Thu Jun 12 21:30:55 2008
@@ -265,7 +265,7 @@
</pre>
-->
- <p>Through the environment variable <em>BABL_ERROR</em> you can control
+ <p>Through the environment variable <em>BABL_ACCURACY</em> you can control
a speed/performance trade off that by default is set very low (0.000001)
values in the range 0.01-0.1 can provide reasonable preview performance
by allowing lower numerical accuracy</p>.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]