source: git/libpolys/polys/operations/pShallowCopyDelete.h @ 35564a5

fieker-DuValspielwiese
Last change on this file since 35564a5 was 6ce030f, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be used instead (only on special places) NOTE: the libraries Singular/LIB/*.lib still contain the marker due to our current use of svn
  • Property mode set to 100644
File size: 652 bytes
Line 
1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
4/***************************************************************
5 *  File:    pShallowCopyDelete.cc
6 *  Purpose: implementation of pShallowCopyDelete routines
7 *  Author:  obachman (Olaf Bachmann)
8 *  Created: 8/00
9 *******************************************************************/
10#ifndef PSHALLOWCOPYDELETE_H
11#define PSHALLOWCOPYDELETE_H
12
13#include <polys/monomials/p_polys.h>
14#include <polys/monomials/ring.h>
15
16pShallowCopyDeleteProc pGetShallowCopyDeleteProc(ring source_r, ring dest_r);
17
18#endif // PSHALLOWCOPYDELETE_H
Note: See TracBrowser for help on using the repository browser.