Changeset d299327 in sasmodels
- Timestamp:
- Sep 17, 2018 12:57:57 PM (6 years ago)
- Branches:
- master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- c11d09f
- Parents:
- ee60aa7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/core_shell_bicelle_elliptical_belt_rough.c
ree60aa7 rd299327 41 41 case 5: // half outer thickness 42 42 return 0.5*length + thick_face; 43 case 6: // half diagonal 43 case 6: // half diagonal (this ignores the missing "corners", so may give unexpected answer if thick_face 44 // or thick_rim is extremely large) 44 45 return radius_from_diagonal(r_minor,x_core,thick_rim,thick_face,length); 45 46 }
Note: See TracChangeset
for help on using the changeset viewer.