source: git/templates/template.c @ 86af43

spielwiese
Last change on this file since 86af43 was 4f6451, checked in by Oleksandr Motsak <motsak@…>, 14 years ago
More or less finished templates!
  • Property mode set to 100644
File size: 673 bytes
Line 
1//*****************************************************************************
2// Computer Algebra System SINGULAR   
3// Copyright: See COPYING file that comes with this distribution
4//*****************************************************************************
5/** @file template.c
6 *
7 * This file implements the class TEMPLATE.
8 *
9 * ABSTRACT: We need this for something...
10 *
11 * @author Oleksandr Motsak
12 *
13 * @internal @version \$Id$
14 *
15 **/
16//*****************************************************************************
17
18// include header file
19#include "template.h"
20
21BEGIN_NAMESPACE_SINGULARXX
22
23// compiled stuff of the class TEMPLATE
24
25
26END_NAMESPACE_SINGULARXX
Note: See TracBrowser for help on using the repository browser.