spielwiese
Last change
on this file since 6ce030f was
6ce030f,
checked in by Oleksandr Motsak <motsak@…>, 11 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:
739 bytes
|
Rev | Line | |
---|
[7a452a7] | 1 | // -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- |
---|
| 2 | /*****************************************************************************\ |
---|
| 3 | * Computer Algebra System SINGULAR |
---|
| 4 | \*****************************************************************************/ |
---|
| 5 | /** @file template.h |
---|
[bcfa20] | 6 | * |
---|
[7a452a7] | 7 | * This file defines the class Template. |
---|
[bcfa20] | 8 | * |
---|
[4f6451] | 9 | * ABSTRACT: We need this for something... |
---|
[bcfa20] | 10 | * |
---|
| 11 | * @author Oleksandr Motsak |
---|
| 12 | * |
---|
| 13 | * |
---|
[4f6451] | 14 | **/ |
---|
[7a452a7] | 15 | /*****************************************************************************/ |
---|
[bcfa20] | 16 | |
---|
| 17 | // include header file |
---|
| 18 | #include "template.h" |
---|
| 19 | |
---|
| 20 | BEGIN_NAMESPACE_SINGULARXX |
---|
| 21 | |
---|
| 22 | // compiled stuff of the class TEMPLATE |
---|
| 23 | |
---|
| 24 | |
---|
| 25 | END_NAMESPACE_SINGULARXX |
---|
[7a452a7] | 26 | |
---|
| 27 | // Vi-modeline: vim: filetype=c:syntax:shiftwidth=2:tabstop=8:textwidth=0:expandtab |
---|
Note: See
TracBrowser
for help on using the repository browser.