Changeset 771533 in git


Ignore:
Timestamp:
Oct 18, 1997, 1:02:53 PM (27 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2b259825f5b9c0e66eb7b2ec01fe1f0827ca63f0
Parents:
5a0ed955131d7599eab21daa5501110dfa2661d6
Message:
* wichmann: added #ifdef HAVE_FGLM ... #endif


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

Legend:

Unmodified
Added
Removed
  • Singular/fglmgauss.cc

    r5a0ed9 r771533  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: fglmgauss.cc,v 1.2 1997-10-06 12:19:09 obachman Exp $
     2// $Id: fglmgauss.cc,v 1.3 1997-10-18 11:02:53 Singular Exp $
    33
    44/****************************************
     
    1111
    1212#include "mod2.h"
     13#ifdef HAVE_FGLM
    1314#include "structs.h"
    1415#include "numbers.h"
     
    168169    return ( result );
    169170}
    170 
     171#endif
    171172// ================================================================================
    172173
Note: See TracChangeset for help on using the changeset viewer.