Changeset 7d1c995 in git for factory/facAlgExt.h


Ignore:
Timestamp:
May 31, 2011, 3:48:35 PM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
a8e8b95ce901a8a52041639c48329ebc09efae2b
Parents:
5b274570b3977c8b95131bdda194e0b179f17b8b
Message:
added test to prevent multiple inclusion of headers
moved function declarations from fieldGCD.h to algext.h
deleted broken routine univarQGCD 


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

Legend:

Unmodified
Added
Removed
  • factory/facAlgExt.h

    r5b2745 r7d1c995  
    1717**/
    1818//*****************************************************************************
     19
     20#ifndef FAC_ALG_EXT_H
     21#define FAC_ALG_EXT_H
    1922
    2023#include "assert.h"
     
    3841                 const Variable& alpha   ///<[in] an algebraic variable
    3942                );
     43
     44#endif
     45
Note: See TracChangeset for help on using the changeset viewer.