- Timestamp:
- Jul 10, 2014 2:06:29 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:
- 2de9a5e
- Parents:
- 8a20be5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fit2.py
r8a20be5 r8faffcd 34 34 radial.cyl_phi.range(0,90) 35 35 radial.scale.range(0,10) 36 trans.cyl_theta = radial.cyl_theta + 90. 36 37 37 38 38 fv = FreeVariables(names=['radial','trans'], 39 cyl_theta=radial.cyl_theta, 40 cyl_phi = radial.cyl_phi) 41 problem = FitProblem([radial,trans], freevars=fv) 39 problem = FitProblem([radial,trans]) 42 40 43 41
Note: See TracChangeset
for help on using the changeset viewer.