Changeset 0c2597 in git for dyn_modules


Ignore:
Timestamp:
Apr 11, 2013, 11:37:38 AM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
3f6e20b8e77cbe7e588afcab49cee6a09e021596
Parents:
8b23bf954014d0a95b8966d5bb7a4845c21d9da1
Message:
fix: use of iiAddCproc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • dyn_modules/callgfanlib/bbfan.cc

    r8b23bf9 r0c2597  
    987987  b->blackbox_Copy=bbfan_Copy;
    988988  b->blackbox_Assign=bbfan_Assign;
    989   iiAddCproc("","emptyFan",FALSE,emptyFan);
    990   iiAddCproc("","fullFan",FALSE,fullFan);
     989  p->iiAddCproc("","emptyFan",FALSE,emptyFan);
     990  p->iiAddCproc("","fullFan",FALSE,fullFan);
    991991  /* the following functions are implemented in bbcone.cc */
    992992  // iiAddCproc("","containsInSupport",FALSE,containsInSupport);
Note: See TracChangeset for help on using the changeset viewer.