// -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- /*****************************************************************************\ * Computer Algebra System SINGULAR \*****************************************************************************/ /** @file template.h * * This file defines the class Template. * * ABSTRACT: We need this for something... * * @author Oleksandr Motsak * * @internal @version \$Id$ * **/ /*****************************************************************************/ // include header file #include "template.h" BEGIN_NAMESPACE_SINGULARXX // compiled stuff of the class TEMPLATE END_NAMESPACE_SINGULARXX // Vi-modeline: vim: filetype=c:syntax:shiftwidth=2:tabstop=8:textwidth=0:expandtab