source: git/Singular/pyobject_setup.h @ 7a81686

spielwiese
Last change on this file since 7a81686 was 1cb879, checked in by Alexander Dreyer <dreyer@…>, 13 years ago
Merge branch 'master' of git+ssh://dreyer@git.berlios.de/gitroot/singular git-svn-id: file:///usr/local/Singular/svn/trunk@13805 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 514 bytes
Line 
1// -*- c++ -*-
2//*****************************************************************************
3/** @file pyobject_setup.h
4 *
5 * @author Alexander Dreyer
6 * @date 2010-12-15
7 *
8 * This header file defines the @c blackbox setup interface for the pyobject
9 *
10 * @par Copyright:
11 *   (c) 2010 by The Singular Team, see LICENSE file
12**/
13//*****************************************************************************
14
15
16#ifndef SINGULAR_PYOBJECT_SETUP_H
17#define SINGULAR_PYOBJECT_SETUP_H
18
19void pyobject_setup();
20
21#endif
Note: See TracBrowser for help on using the repository browser.