~ubuntu-branches/ubuntu/utopic/blitz++/utopic

« back to all changes in this revision

Viewing changes to doc/examples/range.out

  • Committer: Package Import Robot
  • Author(s): Christophe Trophime
  • Date: 2012-07-06 09:15:30 UTC
  • mfrom: (11.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20120706091530-vzrb8zf0vpbf8tp9
Tags: 1:0.10-1
* New upstream release
  Closes: #679407
* debian/rules:
  - update for new release
  - add override_dh_auto_test target
  - regenerate configure and Makefile.am
* debian/control:
  - add libtool, automake to BuildDepends
* debian/libblitz-doc.install
  - modify path for html files
* remove uneeded patches
* add examples.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
7
2
 
 [         0         1         2         3         4         5         6 
3
 
   ]
4
 
3
5
 
 [         3         4         5  ]
6
 
4
7
 
 [         3         4         5         6  ]
8
 
4
9
 
 [         0         1         2         3  ]
10
 
3
11
 
 [         1         3         5  ]
12
 
3
13
 
 [         5         3         1  ]
14
 
4
15
 
 [         0         2         4         6  ]
 
1
(0,6)
 
2
[ 0 1 2 3 4 5 6 ]
 
3
 
 
4
(0,2)
 
5
[ 3 4 5 ]
 
6
 
 
7
(0,3)
 
8
[ 3 4 5 6 ]
 
9
 
 
10
(0,3)
 
11
[ 0 1 2 3 ]
 
12
 
 
13
(0,2)
 
14
[ 1 3 5 ]
 
15
 
 
16
(0,2)
 
17
[ 5 3 1 ]
 
18
 
 
19
(0,3)
 
20
[ 0 2 4 6 ]
 
21