Changeset 27083b in git
- Timestamp:
- Jul 12, 2007, 2:35:44 PM (16 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 62fb0b49885ad5337fe7d01209a7258cd28e8894
- Parents:
- 6dbad9d6676dd3251a68f91f5fc56b73f2f94551
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/surfex.lib
r6dbad9d r27083b 1 1 //last change: 2007/07/06 (Oliver Labs) 2 2 /////////////////////////////////////////////////////////////////////////////// 3 version="$Id: surfex.lib,v 1. 3 2007-07-12 12:19:14 Singular Exp $";3 version="$Id: surfex.lib,v 1.4 2007-07-12 12:35:44 Singular Exp $"; 4 4 category="Visualization"; 5 5 info=" … … 61 61 execute("coords = "+string_of_vars(p)+";"); 62 62 } 63 else s63 else 64 64 { 65 65 if(num_vars_id(p)<3) -
Singular/Makefile.in
r6dbad9d r27083b 266 266 ring.lib rinvar.lib sagbi.lib sheafcoh.lib sing.lib \ 267 267 solve.lib signcond.lib spcurve.lib spectrum.lib standard.lib \ 268 stratify.lib surf.lib teachstd.lib toric.lib triang.lib \269 rootsur.lib weierstr.lib zeroset.lib268 stratify.lib surf.lib surfex.lib teachstd.lib toric.lib \ 269 triang.lib rootsur.lib weierstr.lib zeroset.lib 270 270 271 271
Note: See TracChangeset
for help on using the changeset viewer.