Changeset 6ffb6f in git for Singular/LIB/surf.lib
- Timestamp:
- May 26, 1999, 6:23:25 PM (24 years ago)
- Branches:
- (u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
- Children:
- 8c8beadba0f0bc1bfee770f8fd829884d534721c
- Parents:
- faea1146c8c5f3a85b2812d91d45140f69473617
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/surf.lib
rfaea11 r6ffb6f 1 // $Id: surf.lib,v 1. 2 1999-05-25 14:59:03obachman Exp $1 // $Id: surf.lib,v 1.3 1999-05-26 16:23:25 obachman Exp $ 2 2 // 3 3 // author : Hans Schoenemann 4 4 // 5 5 /////////////////////////////////////////////////////////////////////////////// 6 version="$Id: surf.lib,v 1. 2 1999-05-25 14:59:03obachman Exp $";6 version="$Id: surf.lib,v 1.3 1999-05-26 16:23:25 obachman Exp $"; 7 7 info=" 8 LIBRARY: surf.lib PROCEDURES FOR GRAPHICS WITH SURF 8 LIBRARY: surf.lib PROCEDURES FOR GRAPHICS WITH SURF (by Stephan Endrass) 9 9 10 10 plot(I); plots curves and surfaces … … 91 91 } 92 92 // "calling surf (by Stephan Endrass) for drawing"; 93 i=system("sh","surf "+l+" >/dev/null 2 &>1");93 i=system("sh","surf "+l+" >/dev/null 2>&1"); 94 94 i=system("sh","/bin/rm "+l); 95 95 }
Note: See TracChangeset
for help on using the changeset viewer.