Changeset 6746a4 in git


Ignore:
Timestamp:
Oct 9, 1997, 4:47:19 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
1be0737621cf02343ddf8f049c613c26e6260103
Parents:
5cf721fd6f055b1dafc770f3b5de911f53ce5fb9
Message:
	* cf_algorithm.cc (divides): moved from canonicalform.cc to
	  cf_algorithm.cc.  Declaration moved, too.  In all files which
 	  refer to this function #include of cf_algorithm.h added.


git-svn-id: file:///usr/local/Singular/svn/trunk@792 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
factory
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • factory/fac_distrib.cc

    r5cf721 r6746a4  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: fac_distrib.cc,v 1.5 1997-06-19 12:23:38 schmidt Exp $ */
     2/* $Id: fac_distrib.cc,v 1.6 1997-10-09 14:47:17 schmidt Exp $ */
    33
    44#include <config.h>
     
    99#include "cf_defs.h"
    1010#include "canonicalform.h"
     11#include "cf_algorithm.h"
    1112#include "cf_iter.h"
    1213#include "fac_util.h"
  • factory/fac_ezgcd.cc

    r5cf721 r6746a4  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: fac_ezgcd.cc,v 1.7 1997-06-30 15:26:31 schmidt Exp $ */
     2/* $Id: fac_ezgcd.cc,v 1.8 1997-10-09 14:44:49 schmidt Exp $ */
    33
    44#include <config.h>
     
    1515#include "canonicalform.h"
    1616#include "fac_util.h"
     17#include "cf_algorithm.h"
    1718#include "cf_reval.h"
    1819#include "cf_random.h"
  • factory/sm_sparsemod.cc

    r5cf721 r6746a4  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: sm_sparsemod.cc,v 1.2 1997-07-22 09:16:10 schmidt Exp $ */
     2/* $Id: sm_sparsemod.cc,v 1.3 1997-10-09 14:47:19 schmidt Exp $ */
    33
    44//{{{ docu
     
    2525#include "cf_random.h"
    2626#include "fac_util.h"
     27#include "cf_algorithm.h"
    2728#include "sm_util.h"
    2829#include "sm_sparsemod.h"
Note: See TracChangeset for help on using the changeset viewer.