Changeset 6ffb6f in git for Singular/LIB/surf.lib


Ignore:
Timestamp:
May 26, 1999, 6:23:25 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
Children:
8c8beadba0f0bc1bfee770f8fd829884d534721c
Parents:
faea1146c8c5f3a85b2812d91d45140f69473617
Message:
* cosmetic changes


git-svn-id: file:///usr/local/Singular/svn/trunk@3062 2c84dea3-7e68-4137-9b89-c4e89433aadc
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:03 obachman Exp $
     1// $Id: surf.lib,v 1.3 1999-05-26 16:23:25 obachman Exp $
    22//
    33// author : Hans Schoenemann
    44//
    55///////////////////////////////////////////////////////////////////////////////
    6 version="$Id: surf.lib,v 1.2 1999-05-25 14:59:03 obachman Exp $";
     6version="$Id: surf.lib,v 1.3 1999-05-26 16:23:25 obachman Exp $";
    77info="
    8 LIBRARY: surf.lib    PROCEDURES FOR GRAPHICS WITH SURF
     8LIBRARY: surf.lib    PROCEDURES FOR GRAPHICS WITH SURF (by Stephan Endrass)
    99
    1010 plot(I);  plots curves and surfaces
     
    9191  }
    9292//  "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");
    9494  i=system("sh","/bin/rm "+l);
    9595}
Note: See TracChangeset for help on using the changeset viewer.