Ignore:
Timestamp:
Mar 9, 2015 10:13:51 AM (9 years ago)
Author:
richardh
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
5ef0633
Parents:
5959da2
Message:

fix the bug in the Caille S(Q) in lamellarCaille_kernel.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/lamellarCaille_kernel.c

    rdc02af0 r2e35a40  
    3737  ii=0; 
    3838  Sq = 0.0; 
    39   for(ii=1;ii<(NNint-1);ii+=1) { 
     39  // the vital "=" in ii<=  added March 2015 
     40  for(ii=1;ii<=(NNint-1);ii+=1) { 
    4041 
    4142    //fii = (double)ii;   //do I really need to do this? - unused variable, removed 18Feb2015 
Note: See TracChangeset for help on using the changeset viewer.