Changeset a953943 in sasmodels for Kernel/Kernel-Ellipse_f.cpp


Ignore:
Timestamp:
Aug 8, 2014 4:29:10 PM (10 years ago)
Author:
HMP1 <helen.park@…>
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:
4001d6e
Parents:
ae7d639
Message:

The Core-Shell isn't working :(

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Kernel/Kernel-Ellipse_f.cpp

    rae7d639 ra953943  
    7373                const real rbv = loops[2*(bi+Nradius_a)]; 
    7474                const real rbw = loops[2*(bi+Nradius_a)+1]; 
    75                 vol += raw*rbw*rav*rbv*rbv*Ntheta*Nphi; 
    76                 norm_vol += raw*rbw*Ntheta*Nphi; 
    7775                for (int thi=0; thi < Ntheta; thi++) { 
    7876                    const real thv = loops[2*(thi+Nradius_a+Nradius_b)]; 
     
    8886                            ret += f(qxi, qyi, sub, rav, rbv, weight, thv, phv); 
    8987                            norm += weight; 
     88                            vol += raw*rbw*rav*rbv*rbv; 
     89                            norm_vol += raw*rbw; 
    9090                        } 
    9191                    } 
Note: See TracChangeset for help on using the changeset viewer.