Ignore:
Timestamp:
Aug 19, 2008 2:42:22 PM (16 years ago)
Author:
Mathieu Doucet <doucetm@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
d30fdde
Parents:
a86bbe9
Message:

Update of all C models to the new style of C++ models

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansmodels/src/sans/models/c_extensions/c_models.cpp

    raf03ddd r0f5bc9f  
    99 
    1010void addCCylinderModel(PyObject *module); 
     11void addCSphereModel(PyObject *module); 
     12void addCCoreShellModel(PyObject *module); 
     13void addCCoreShellCylinderModel(PyObject *module); 
     14void addCEllipsoidModel(PyObject *module); 
     15void addCEllipticalCylinderModel(PyObject *module); 
     16 
    1117extern "C" { 
    12         void addCCoreShellCylinderModel(PyObject *module); 
    13         void addCCoreShellModel(PyObject *module); 
    14         void addCEllipsoidModel(PyObject *module); 
    15         void addCSphereModel(PyObject *module); 
    16         void addCEllipticalCylinderModel(PyObject *module); 
     18        //void addCCoreShellCylinderModel(PyObject *module); 
     19        //void addCCoreShellModel(PyObject *module); 
     20        //void addCEllipsoidModel(PyObject *module); 
     21        //void addCSphereModel(PyObject *module); 
     22        //void addCEllipticalCylinderModel(PyObject *module); 
    1723        void addDisperser(PyObject *module); 
    1824        void addCGaussian(PyObject *module); 
Note: See TracChangeset for help on using the changeset viewer.