Changeset 1739dc9 in git


Ignore:
Timestamp:
Aug 4, 2015, 9:37:31 AM (8 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
00d5f4bfc9c86e440f1751b3cadaa669ca233dbb
Parents:
5467fbf36c2a42b73d165dbf4c7e65f4fb2d2011
Message:
safeVarName -> static in dmodloc.lib
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/dmodloc.lib

    r5467fb r1739dc9  
    6464
    6565dmodGeneralAssumptionCheck();   check general assumptions
    66 safeVarName(s);    finds a free name to use for a new variable
    6766extendWeyl(S);     extends basering (Weyl algebra) by given vars
    6867polyVars(f,v);     checks whether f contains only variables indexed by v
     
    188187
    189188
    190 proc safeVarName (string s)
     189static proc safeVarName (string s)
    191190"
    192191USAGE:    safeVarName(s);  s string
Note: See TracChangeset for help on using the changeset viewer.