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

« back to all changes in this revision

Viewing changes to field_zmodpz.h

  • 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:
13
13
  const int p;
14
14
 public:
15
15
  FieldZModPZImplementation(int p_);
16
 
  int getP();
 
16
  int getP()const;
17
17
};
18
18
 
19
19
class FieldZModPZ : public Field
23
23
  int getP();
24
24
};
25
25
 
26
 
//Field *theZMod2ZField();
 
26
Field *theZMod2ZField();
27
27
 
28
28
 
29
29