~ubuntu-branches/ubuntu/raring/scilab/raring-proposed

« back to all changes in this revision

Viewing changes to modules/xml/sci_gateway/cpp/sci_xmlXPath.cpp

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-30 14:42:38 UTC
  • mfrom: (1.4.7)
  • Revision ID: package-import@ubuntu.com-20120830144238-c1y2og7dbm7m9nig
Tags: 5.4.0-beta-3-1~exp1
* New upstream release
* Update the scirenderer dep
* Get ride of libjhdf5-java dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 *
11
11
 */
12
12
 
 
13
#include "xml.h"
 
14
 
13
15
extern "C"
14
16
{
15
 
#include "xml.h"
16
17
#include "gw_xml.h"
17
18
#include "Scierror.h"
18
19
#include "api_scilab.h"