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

« back to all changes in this revision

Viewing changes to Geo/discreteEdge.cpp

  • 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:
4
4
// bugs and problems to <gmsh@geuz.org>.
5
5
 
6
6
#include "discreteEdge.h"
 
7
#include "GmshMessage.h"
7
8
 
8
 
#if defined(HAVE_GMSH_EMBEDDED)
9
 
#  include "GmshEmbedded.h"
10
 
#else
11
 
#  include "Geo.h"
12
 
#  include "Message.h"
 
9
#if !defined(HAVE_GMSH_EMBEDDED)
 
10
#include "Geo.h"
13
11
#endif
14
12
 
15
13
discreteEdge::discreteEdge(GModel *model, int num) : GEdge(model, num, 0, 0)