~ubuntu-branches/ubuntu/saucy/abyss/saucy

« back to all changes in this revision

Viewing changes to Graph/Options.h

  • Committer: Package Import Robot
  • Author(s): Shaun Jackman
  • Date: 2011-09-11 10:00:13 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: package-import@ubuntu.com-20110911100013-oa4m5fi036mjuwc8
Tags: 1.3.0-1
* New upstream release.
* Add libboost-graph-dev to Build-Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
}
11
11
 
12
12
/** Enumeration of output formats */
13
 
enum { ADJ, DOT, SAM };
 
13
enum { ADJ, DOT, DOT_MEANCOV, SAM };
14
14
 
15
15
#endif