source: git/templates/template.c @ bcfa20

spielwiese
Last change on this file since bcfa20 was bcfa20, checked in by Oleksandr Motsak <motsak@…>, 14 years ago
Templates: initial version
  • Property mode set to 100644
File size: 612 bytes
Line 
1// -*- c++ -*-
2/***************************************************************************//**
3 * @file template.c
4 *
5 * This file implements the class TEMPLATE. AAA. BBB.
6 * CCC.
7 *
8 * DDDD.
9 *
10 * @author Oleksandr Motsak
11 *
12 * @par Copyright:
13 *   (C) by The SINGULAR Team, see COPYING file
14 * EEE.
15 *
16 * FFFFFFFF.
17 *
18 * FFFFFFFFFFFFFFFFFFFFFFFFF.
19 * @internal
20 * @version \$Id$
21 *
22 ******************************************************************************/
23
24// include header file
25#include "template.h"
26
27BEGIN_NAMESPACE_SINGULARXX
28
29// compiled stuff of the class TEMPLATE
30
31
32
33END_NAMESPACE_SINGULARXX
Note: See TracBrowser for help on using the repository browser.