Changeset a1b1dd in git
- Timestamp:
- Aug 13, 2004, 2:52:38 PM (19 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- cbcc6f60e9762c35407e5f53eca609495277d48c
- Parents:
- adeed4b97f724a13995d90ce8a67054ca3ff5503
- Location:
- Singular/LIB
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/general.lib
radeed4 ra1b1dd 3 3 //eric, added absValue 11.04.2002 4 4 /////////////////////////////////////////////////////////////////////////////// 5 version="$Id: general.lib,v 1.4 2 2002-04-11 14:46:54 westenbExp $";5 version="$Id: general.lib,v 1.43 2004-08-13 12:52:37 Singular Exp $"; 6 6 category="General purpose"; 7 7 info=" … … 529 529 for ( @joni=size(@marie); @joni>2; @joni-- ) 530 530 { 531 if ( @marie[@joni] != "LIB" && typeof(`@marie[@joni]`) != "proc") 531 if ( @marie[@joni] != "LIB" && @marie[@joni] != "Top" 532 && typeof(`@marie[@joni]`) != "proc") 532 533 { 533 534 no_kill = 0; -
Singular/LIB/hnoether.lib
radeed4 ra1b1dd 1 version="$Id: hnoether.lib,v 1.4 0 2004-08-11 16:11:40Singular Exp $";1 version="$Id: hnoether.lib,v 1.41 2004-08-13 12:52:38 Singular Exp $"; 2 2 category="Singularities"; 3 3 info=" … … 2676 2676 { 2677 2677 if(system("with","Namespaces")) { kill Top::extdguenstig; } 2678 kill extdguenstig;2678 esle { kill extdguenstig; } 2679 2679 } 2680 2680
Note: See TracChangeset
for help on using the changeset viewer.