Changeset 2bf04b in git for Singular/pyobject_setup.cc


Ignore:
Timestamp:
Nov 12, 2015, 2:39:46 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6da2d6765f8866f8426131bf3a097a5c051e956e
Parents:
412c61b77c65fd4adca8f6576d7f1a597459552e
Message:
format
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/pyobject_setup.cc

    r412c61 r2bf04b  
    2828  assume(bbx != NULL);
    2929  return (pyobject_load() || (bbx->blackbox_Init == pyobject_autoload)?
    30           NULL: bbx->blackbox_Init(bbx));
     30    NULL: bbx->blackbox_Init(bbx));
    3131}
    3232
Note: See TracChangeset for help on using the changeset viewer.