Changeset 49eda62 in git


Ignore:
Timestamp:
Sep 28, 2016, 11:48:26 AM (8 years ago)
Author:
Yue <ren@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
7b313943fefd5a1b4547e38e6fbce96141ec8cda
Parents:
f51caf567297b95125b3e2e959bb084bad13bde6
Message:
fix: typos
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/gfan.lib

    rf51caf5 r49eda62  
    125125  cone c=coneViaInequalities(M);
    126126  c;
    127   cone c=canonicalizeCone(c);
     127  cone cc=canonicalizeCone(c);
    128128  cc;
    129129  // computes a unique representation of c
     
    10661066  getCone(f,2,1,0,0);
    10671067  getCone(f,2,2,0,0);
    1068   fan f=emptyFan(2);
    10691068}
    10701069
Note: See TracChangeset for help on using the changeset viewer.