Changeset df4702f in sasview for sansmodels/src


Ignore:
Timestamp:
Aug 24, 2009 2:03:51 PM (15 years ago)
Author:
Jae Cho <jhjcho@…>
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:
8a25523
Parents:
a8d6888
Message:

correction for the previous change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansmodels/src/sans/models/c_extensions/ellipsoid.c

    r44aa1ed rdf4702f  
    114114 
    115115        // Call the IGOR library function to get the kernel 
    116         answer = EllipsoidKernel(q, pars->radius_a, pars->radius_b, cos_val); 
     116        answer = EllipsoidKernel(q, pars->radius_b, pars->radius_a, cos_val); 
    117117 
    118118        // Multiply by contrast^2 
Note: See TracChangeset for help on using the changeset viewer.