~ubuntu-branches/debian/squeeze/gmsh/squeeze

« back to all changes in this revision

Viewing changes to utils/embed/GmshEmbedded.h

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme
  • Date: 2009-01-07 16:02:08 UTC
  • mfrom: (5.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090107160208-vklhtj69br5yw5bh
Tags: 2.2.6.dfsg-2
* debian/control: fixed lintian warning "debhelper-but-no-misc-depends"
* debian/watch: fixed lintian warning
  "debian-watch-file-should-mangle-version"

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
#define _GMSH_EMBEDDED_H_
8
8
 
9
9
#include "NumericEmbedded.h"
10
 
#include "Message.h"
11
10
 
12
11
class Context_T{
13
12
public:
42
41
  int dummy;
43
42
};
44
43
 
45
 
class VertexArray{
46
 
 public:
47
 
  int dummy;
48
 
};
49
 
 
50
44
#endif