Changeset 493c477 in git for factory/fac_util.h


Ignore:
Timestamp:
Jun 19, 1997, 2:27:33 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
Children:
d5fa05a5be7b87efdc2785426d09a32224ee3587
Parents:
d541665e8702cfd9d72c1fac3b7eb844a136f40c
Message:
o header fixed


git-svn-id: file:///usr/local/Singular/svn/trunk@404 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/fac_util.h

    rd54166 r493c477  
    1 // emacs edit mode for this file is -*- C++ -*-
    2 // $Id: fac_util.h,v 1.4 1997-04-08 10:38:05 schmidt Exp $
     1/* emacs edit mode for this file is -*- C++ -*- */
     2/* $Id: fac_util.h,v 1.5 1997-06-19 12:23:08 schmidt Exp $ */
    33
    44#ifndef INCL_FAC_UTIL_H
    55#define INCL_FAC_UTIL_H
    6 
    7 /*
    8 $Log: not supported by cvs2svn $
    9 Revision 1.3  1996/07/16 12:26:05  stobbe
    10 "New functions prod, crossprod ans sum for CFArrays, since these functions
    11 are no longer contained in the template specification of Array.
    12 "
    13 
    14 Revision 1.2  1996/07/08 08:22:02  stobbe
    15 "New organization of the factorization stuff. Some functions moved from
    16 fac_diophand.cc which no longer exists.
    17 "
    18 
    19 Revision 1.1  1996/06/27 11:34:25  stobbe
    20 "New function dviremainder.
    21 "
    22 
    23 Revision 1.0  1996/05/17 10:59:40  stobbe
    24 Initial revision
    25 
    26 */
    276
    287#include <config.h>
     
    8463void extgcd ( const CanonicalForm & a, const CanonicalForm & b, CanonicalForm & S, CanonicalForm & T, const modpk & pk );
    8564
    86 #endif /* INCL_FAC_UTIL_H */
     65#endif /* ! INCL_FAC_UTIL_H */
Note: See TracChangeset for help on using the changeset viewer.