Changeset 7f3ad4 in git for Singular/LIB/discretize.lib


Ignore:
Timestamp:
Jan 14, 2009, 5:07:05 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0721816437af5ddabc83aa203a12d9b58b42a33c
Parents:
95edd5641377e851d4a1d4e986853687991d0895
Message:
*hannes: format


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/discretize.lib

    r95edd5 r7f3ad4  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: discretize.lib,v 1.4 2009-01-07 16:11:35 Singular Exp $";
     2version="$Id: discretize.lib,v 1.5 2009-01-14 16:07:04 Singular Exp $";
    33category="Applications";
    44info="
     
    108108RETURN:  string
    109109PURPOSE: replaces in 's' all the substrings 'what' with substring 'with'
    110 NOTE: 
     110NOTE:
    111111EXAMPLE: example replace; shows examples
    112112"{
     
    419419      if ( (sout[i]=="+") || (sout[i]=="-") )
    420420      {
    421         NisPoly = 1;
     421        NisPoly = 1;
    422422      }
    423423    }
     
    709709 " ideal I = decoef(p,dt);";
    710710 " difpoly2tex(I,L);";
    711  difpoly2tex(I,L); // the nodal form of the scheme in TeX 
     711 difpoly2tex(I,L); // the nodal form of the scheme in TeX
    712712 "* Preparations for the semi-factorized form: ";
    713713 poly pi1 = subst(I[2],B,0);
Note: See TracChangeset for help on using the changeset viewer.