Changeset 1739dc9 in git
- Timestamp:
- Aug 4, 2015, 9:37:31 AM (8 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 00d5f4bfc9c86e440f1751b3cadaa669ca233dbb
- Parents:
- 5467fbf36c2a42b73d165dbf4c7e65f4fb2d2011
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/dmodloc.lib
r5467fb r1739dc9 64 64 65 65 dmodGeneralAssumptionCheck(); check general assumptions 66 safeVarName(s); finds a free name to use for a new variable67 66 extendWeyl(S); extends basering (Weyl algebra) by given vars 68 67 polyVars(f,v); checks whether f contains only variables indexed by v … … 188 187 189 188 190 proc safeVarName (string s)189 static proc safeVarName (string s) 191 190 " 192 191 USAGE: safeVarName(s); s string
Note: See TracChangeset
for help on using the changeset viewer.