~ubuntu-branches/ubuntu/saucy/gfan/saucy-proposed

« back to all changes in this revision

Viewing changes to app_representatives.cpp

  • Committer: Package Import Robot
  • Author(s): Cédric Boutillier
  • Date: 2013-07-09 10:44:01 UTC
  • mfrom: (2.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20130709104401-5q66ozz5j5af0dak
Tags: 0.5+dfsg-3
* Upload to unstable.
* modify remove_failing_tests_on_32bits.patch to replace command of
  0009RenderStairCase test with an empty one instead of deleting it.
* remove lintian override about spelling error

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
  {
31
31
    registerOptions();
32
32
  }
33
 
  char *name()
 
33
  const char *name()
34
34
  {
35
35
    return "_representatives";
36
36
  }
42
42
    FileParser P(Stdin);
43
43
 
44
44
    AsciiPrinter p(Stdout);
45
 
    
 
45
 
46
46
 
47
47
    IntegerVectorList generators=P.parseIntegerVectorList();
48
48
    assert(generators.size()!=0);
51
51
    s.computeClosure(generators);
52
52
    s.print(Stderr);
53
53
    fprintf(Stderr,"\n");
54
 
    
 
54
 
55
55
    IntegerVectorList vList=P.parseIntegerVectorList();
56
56
 
57
57
    IntegerVectorList rep;