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

« back to all changes in this revision

Viewing changes to Plugin/Plugin.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme, Christophe Prud'homme
  • Date: 2009-07-13 15:49:21 UTC
  • mfrom: (7.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090713154921-zer07j8wixwa07ig
Tags: 2.3.1.dfsg-4
[Christophe Prud'homme]
* Bug fix: "gmsh with cgns write support", thanks to Oliver Borm
  (Closes: #529972).
* debian/rules: make sure that Gmsh is built with occ support on all
  platforms thanks to Denis Barbier (#536435).

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
#include "Plugin.h"
7
7
 
8
 
PView *GMSH_Post_Plugin::getView(int index, PView *view)
 
8
PView *GMSH_PostPlugin::getView(int index, PView *view)
9
9
{
10
10
  if(index < 0)
11
11
    index = view ? view->getIndex() : 0;
19
19
  }
20
20
}
21
21
 
22
 
PViewDataList *GMSH_Post_Plugin::getDataList(PView *view)
 
22
PViewDataList *GMSH_PostPlugin::getDataList(PView *view)
23
23
{
24
24
  if(!view) return 0;
25
25