File: CircleVolPy.h

package info (click to toggle)
python-demgengeo 0.99~bzr106-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,552 kB
  • sloc: cpp: 12,251; python: 1,251; makefile: 261; sh: 26
file content (21 lines) | stat: -rw-r--r-- 850 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/////////////////////////////////////////////////////////////
//                                                         //
// Copyright (c) 2007-2011 by The University of Queensland //
// Earth Systems Science Computational Centre (ESSCC)      //
// http://www.uq.edu.au/esscc                              //
//                                                         //
// Primary Business: Brisbane, Queensland, Australia       //
// Licensed under the Open Software License version 3.0    //
// http://www.opensource.org/licenses/osl-3.0.php          //
//                                                         //
/////////////////////////////////////////////////////////////

#ifndef GENGEO_CIRCLEVOLPY_H
#define GENGEO_CIRCLEVOLPY_H

#include <boost/python.hpp>
#include "CircleVol.h"

void exportCircleVol();

#endif // GENGEO_CIRCLEVOLPY_H