Changeset ba0dc71 in sasview for src/sas/sascalc/calculator
- Timestamp:
- Sep 15, 2016 8:33:57 AM (8 years ago)
- Branches:
- ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- aa6028c
- Parents:
- 70b7d778
- git-author:
- Piotr Rozyczko <piotr.rozyczko@…> (08/10/16 07:28:08)
- git-committer:
- Piotr Rozyczko <rozyczko@…> (09/15/16 08:33:57)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sascalc/calculator/sas_gen.py
rcb4ef58 rba0dc71 3 3 SAS generic computation and sld file readers 4 4 """ 5 import sas.sascalc.calculator.core.sld2i as mod 5 6 from sas.sascalc.calculator.BaseComponent import BaseComponent 6 import sas.sascalc.calculator.core.sld2i as mod7 7 from periodictable import formula 8 8 from periodictable import nsf
Note: See TracChangeset
for help on using the changeset viewer.