Changeset 7a452a7 in git
- Timestamp:
- Nov 10, 2010, 3:39:05 PM (13 years ago)
- Branches:
- (u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
- Children:
- bc085c61f29d665b6ab32727dd40cc3654f903ef
- Parents:
- 4e8ef901f80a972f6e768843d7734db1305268ca
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2010-11-10 15:39:05+01:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:37+01:00
- Location:
- templates
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
templates/template.c
r4e8ef90 r7a452a7 1 // *****************************************************************************2 / / Computer Algebra System SINGULAR3 // Copyright: See COPYING file that comes with this distribution 4 //***************************************************************************** 5 /** @file template. c1 // -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- 2 /*****************************************************************************\ 3 * Computer Algebra System SINGULAR 4 \*****************************************************************************/ 5 /** @file template.h 6 6 * 7 * This file implements the class TEMPLATE.7 * This file defines the class Template. 8 8 * 9 9 * ABSTRACT: We need this for something... … … 14 14 * 15 15 **/ 16 / /*****************************************************************************16 /*****************************************************************************/ 17 17 18 18 // include header file … … 25 25 26 26 END_NAMESPACE_SINGULARXX 27 28 // Vi-modeline: vim: filetype=c:syntax:shiftwidth=2:tabstop=8:textwidth=0:expandtab -
templates/template.cc
r4e8ef90 r7a452a7 1 // -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- 1 2 /*****************************************************************************\ 2 3 * Computer Algebra System SINGULAR … … 31 32 return t; 32 33 }; 34 35 // Vi-modeline: vim: filetype=c:syntax:shiftwidth=2:tabstop=8:textwidth=0:expandtab -
templates/template.h
r4e8ef90 r7a452a7 1 // -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- 1 2 /*****************************************************************************\ 2 3 * Computer Algebra System SINGULAR … … 19 20 20 21 // include basic definitions 21 #include "singularxx_defs.h"22 #include <singularxx_defs.h> 22 23 23 24 BEGIN_NAMESPACE_SINGULARXX 24 25 25 /** @class Template template.h "someRootDirectory/template.h"26 /** @class Template template.h <someRootDirectory/template.h> 26 27 * 27 28 * Brief description of class Template. … … 92 93 #endif 93 94 /* #ifndef TEMPLATE_H */ 95 96 // Vi-modeline: vim: filetype=c:syntax:shiftwidth=2:tabstop=8:textwidth=0:expandtab -
templates/templateForC.h
r4e8ef90 r7a452a7 1 /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ 1 2 /*****************************************************************************\ 2 3 * Computer Algebra System SINGULAR … … 49 50 #endif 50 51 /* TEMPLATE_FOR_C_H */ 52 53 /* Vi-modeline: vim: filetype=c:syntax:shiftwidth=2:tabstop=8:textwidth=0:expandtab 54 */ -
templates/test.h
r4e8ef90 r7a452a7 1 // *****************************************************************************2 / / Computer Algebra System SINGULAR3 // Copyright: See COPYING file that comes with this distribution 4 //***************************************************************************** 1 // -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- 2 /*****************************************************************************\ 3 * Computer Algebra System SINGULAR 4 \*****************************************************************************/ 5 5 /** @file test.h 6 6 * … … 14 14 * 15 15 **/ 16 / /*****************************************************************************16 /*****************************************************************************/ 17 17 18 18 /** F1. … … 44 44 int & r2 ///< [out] integer result 45 45 ); 46 47 48 // Vi-modeline: vim: filetype=c:syntax:shiftwidth=2:tabstop=8:textwidth=0:expandtab
Note: See TracChangeset
for help on using the changeset viewer.