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

« back to all changes in this revision

Viewing changes to Geo/OCCRegion.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:
8
8
#include "OCCEdge.h"
9
9
#include "OCCFace.h"
10
10
#include "OCCRegion.h"
11
 
#include "Message.h"
 
11
#include "GmshMessage.h"
12
12
 
13
13
#if defined(HAVE_OCC)
14
14
 
31
31
        Msg::Error("Unknown face %d in region %d", index, num);
32
32
    }      
33
33
  }
34
 
  Msg::Info("OCC Region %d with %d edges", num, l_faces.size());
 
34
  Msg::Info("OCC Region %d with %d faces", num, l_faces.size());
35
35
}
36
36
 
37
37
GEntity::GeomType OCCRegion::geomType() const