Changeset 3dc5f8 in git for libpolys/polys/nc/old.gring.cc


Ignore:
Timestamp:
Feb 8, 2019, 2:27:00 AM (5 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
a4150a6234cbd84ba6a9c524b85b4ef4814563f5
Parents:
2d0531a88ca9d67c6d163c354b984b451486ddddbb3a4d7c75e8505c36fae95c3a1fb60b44f04718
Message:
Merge branch 'spielwiese' of github.com:levandov/Sources into spielwiese
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/nc/old.gring.cc

    r2d0531 r3dc5f8  
    6464// the following funtion poiters are quasi-static:
    6565// they will be set in siInit and never changes afterwards:
    66 NF_Proc nc_NF=NF_Proc_Dummy;
    67 BBA_Proc gnc_gr_bba=BBA_Proc_Dummy;
    68 BBA_Proc gnc_gr_mora=BBA_Proc_Dummy;
    69 BBA_Proc sca_bba=BBA_Proc_Dummy;
    70 BBA_Proc sca_mora=BBA_Proc_Dummy;
    71 BBA_Proc sca_gr_bba=BBA_Proc_Dummy;
     66VAR NF_Proc nc_NF=NF_Proc_Dummy;
     67VAR BBA_Proc gnc_gr_bba=BBA_Proc_Dummy;
     68VAR BBA_Proc gnc_gr_mora=BBA_Proc_Dummy;
     69VAR BBA_Proc sca_bba=BBA_Proc_Dummy;
     70VAR BBA_Proc sca_mora=BBA_Proc_Dummy;
     71VAR BBA_Proc sca_gr_bba=BBA_Proc_Dummy;
    7272
    7373/* copy : */
     
    7878
    7979// only SCA can be used by default, formulas are off by default
    80 int  iNCExtensions = SCAMASK | NOFORMULAMASK;
     80VAR int  iNCExtensions = SCAMASK | NOFORMULAMASK;
    8181
    8282int& getNCExtensions()
Note: See TracChangeset for help on using the changeset viewer.