annotate liboctave/cruft/misc/d1mach-tst.for @ 17136:f72ffae1fcc3

delaunay.m: Fixed matlab compatibility and input check for single matrix (bug #39644) * scripts/geometry/delaunay.m: check for equal size of X and Y, check for 2 column single matrix input, added 2 tests for these two changes
author Andreas Weber <andreas.weber@hs-offenburg.de>
date Thu, 01 Aug 2013 15:16:14 +0200
parents 648dabbb4c6b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
981
73cc20a6976b [project @ 1994-12-14 03:46:24 by jwe]
jwe
parents:
diff changeset
1 program main
73cc20a6976b [project @ 1994-12-14 03:46:24 by jwe]
jwe
parents:
diff changeset
2 integer i
73cc20a6976b [project @ 1994-12-14 03:46:24 by jwe]
jwe
parents:
diff changeset
3 double precision d1mach
3849
5266e351a19c [project @ 2001-11-02 04:50:09 by jwe]
jwe
parents: 981
diff changeset
4 double precision t1, t2
981
73cc20a6976b [project @ 1994-12-14 03:46:24 by jwe]
jwe
parents:
diff changeset
5 do 10 i = 1, 5
73cc20a6976b [project @ 1994-12-14 03:46:24 by jwe]
jwe
parents:
diff changeset
6 print *, d1mach (i)
73cc20a6976b [project @ 1994-12-14 03:46:24 by jwe]
jwe
parents:
diff changeset
7 10 continue
73cc20a6976b [project @ 1994-12-14 03:46:24 by jwe]
jwe
parents:
diff changeset
8 end