Changeset cc4c0b5 in git


Ignore:
Timestamp:
Jan 25, 2016, 2:21:37 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
b0ae38b1a0f39b91f2dbd342cb5f6f06cec53a5e
Parents:
5ba2083dfd441fc24857e499c2c6ad4e5a02d9eb
Message:
fix: surf_jupyter.lib
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/surf_jupyter.lib

    r5ba208 rcc4c0b5  
    2727
    2828///////////////////////////////////////////////////////////////////////////////
    29 proc num_of_vars(ideal I)
     29static proc num_of_vars(ideal I)
    3030"USAGE: num_of_vars(ideal I)
    3131
     
    141141
    142142  string surf_call; i = 0;
    143  
     143
    144144    surf_call = "singularsurf_jupyter ";
    145145    surf_call = surf_call + l + " " + current_pid + " >/dev/null 2>&1";
Note: See TracChangeset for help on using the changeset viewer.