File: MeshVolume2DPy.h

package info (click to toggle)
python-demgengeo 1.4-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,000 kB
  • sloc: cpp: 13,449; python: 1,260; makefile: 304; sh: 90
file content (9 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#ifndef GENGEO_MESHVOLUME2DPY_H
#define GENGEO_MESHVOLUME2DPY_H

#include <boost/python.hpp>
#include "src/MeshVolume2D.h"

void exportMeshVolume2D();

#endif // GENGEO_MESHVOLUME2DPY_H