Changeset 48f0194 in sasmodels
- Timestamp:
- Mar 9, 2015 4:04:25 PM (10 years ago)
- 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:
- 750ffa5
- Parents:
- ddfe69c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/HayterMSAsq_kernel.c
rab87a12 r48f0194 37 37 Perm=dialec*FrSpPerm; //in C^2/(N m^2) 38 38 charge=zz*Elcharge; //in Coulomb (C) 39 SIdiam = diam*1 E-10; //in m39 SIdiam = diam*1.0E-10; //in m 40 40 Vp=4.0*pi/3.0*(SIdiam/2.0)*(SIdiam/2.0)*(SIdiam/2.0); //in m^3 41 cs=csalt*6.022E23*1 E3; //# salt molecules/m^341 cs=csalt*6.022E23*1.0E3; //# salt molecules/m^3 42 42 43 43 // Compute the derived values of :
Note: See TracChangeset
for help on using the changeset viewer.