~ubuntu-branches/ubuntu/utopic/amap-align/utopic

« back to all changes in this revision

Viewing changes to align/MultiSequenceDag.h

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2013-11-14 13:46:11 UTC
  • Revision ID: package-import@ubuntu.com-20131114134611-qpx38kcrtknntzwr
Tags: 2.2-4
* debian/README.Debian: Mentioning that latest source is not available
  online any more
* debian/source/format: 3.0 (quilt)
* debian/upstream: Add citation information
* debian/control:
   - cme fix dpkg-control
   - canonical Vcs fields
   - debhelper 9
* remove unneeded amap-align wrapper as announced previously (NEWS)
* debian/patches/hardening.patch: Propagate hardening options

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
#include <map>
14
14
#include <queue>
15
15
#include <iostream>
 
16
#include <limits>
16
17
#include "MultiSequence.h"
17
18
#include "SparseMatrix.h"
18
19