2007-02-12 Roland Levillain <roland(a)lrde.epita.fr>
Fix sanity tests.
* oln/lrde/efigi/misc.hh (oln::efigi::crop): Fix erroneous
argument name.
--- 10.282/olena/oln/lrde/efigi/misc.hh Sat, 10 Feb 2007 11:08:48 +0100 levill_r
(oln/x/50_misc.hh 1.3 644)
+++ 10.283/olena/oln/lrde/efigi/misc.hh Mon, 12 Feb 2007 10:41:22 +0100 levill_r
(oln/x/50_misc.hh 1.4 644)
@@ -157,8 +157,8 @@
{
assertion (dx > 0);
assertion (dy > 0);
- assertion(ima.hold(point2d(x, y)));
- assertion(ima.hold(point2d(x + dx, y + dy)));
+ assertion(input.hold(point2d(x, y)));
+ assertion(input.hold(point2d(x + dx, y + dy)));
image2d<float> output(dx, dy);
for (coord row = 0; row < dx; ++row)
--- 10.282/oln.prj
+++ 10.283/oln.prj
@@ -1,12 +1,17 @@
;; -*- Prcs -*-
(Created-By-Prcs-Version 1 3 3)
(Project-Description "Olena")
-(Project-Version oln 10 282)
-(Parent-Version oln 10 281)
-(Version-Log "Clean up ChangeLogs.
+(Project-Version oln 10 283)
+(Parent-Version oln 10 282)
+(Version-Log "2007-02-12 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Fix sanity tests.
+
+ * oln/lrde/efigi/misc.hh (oln::efigi::crop): Fix erroneous
+ argument name.
")
(New-Version-Log "")
-(Checkin-Time "Sat, 10 Feb 2007 17:33:08 +0100")
+(Checkin-Time "Mon, 12 Feb 2007 10:41:22 +0100")
(Checkin-Login levill_r)
;; diff-ignore tests/data/.*pbm$
;; diff-ignore .*\.pbm$
@@ -123,7 +128,7 @@
(doc/ChangeLog (oln/o/31_ChangeLog 1.38.1.7.1.5.1.14.1.21 644))
(integre/ChangeLog (oln/q/35_ChangeLog 1.12.1.2.1.55 755))
(metalic/ChangeLog (oln/q/30_ChangeLog 1.3.1.47 644))
- (olena/ChangeLog (oln/o/30_ChangeLog
1.27.1.36.1.3.1.11.1.5.1.64.1.47.1.93.1.27.2.18.1.13 644))
+ (olena/ChangeLog (oln/o/30_ChangeLog
1.27.1.36.1.3.1.11.1.5.1.64.1.47.1.93.1.27.2.18.1.14 644))
(tools/ChangeLog (oln/o/32_ChangeLog 1.10.1.20 644))
(tools/swilena/ChangeLog (oln/n/37_ChangeLog 1.7.1.54 644))
@@ -1625,7 +1630,7 @@
;; to version 10.255(w), by theo:
(olena/oln/lrde/efigi/pfm2pgm.cc (oln/x/49_pfm2pgm.cc 1.1 644))
- (olena/oln/lrde/efigi/misc.hh (oln/x/50_misc.hh 1.3 644))
+ (olena/oln/lrde/efigi/misc.hh (oln/x/50_misc.hh 1.4 644))
(olena/oln/lrde/efigi/io.hh (oln/x/51_io.hh 1.2 644))
(olena/oln/lrde/efigi/req.hh (oln/y/0_req.hh 1.3 644))
(olena/oln/lrde/efigi/wst.cc (oln/y/1_wst.cc 1.1 644))