Rev 4158 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
105 | bpr | 1 | !if $wims_read_parm!=slib_header |
2 | !goto proc |
||
3 | !endif |
||
4158 | bpr | 4 | |
4351 | bpr | 5 | slib_author=Georges, Khaznadar |
105 | bpr | 6 | slib_license=GPL |
4158 | bpr | 7 | |
105 | bpr | 8 | slib_example= Cr2O7^2- + 14H^+ + 6e^- -> 2 Cr^3+ + 7H2O\ |
9 | Fe^3+ + e^- -> Fe^2+ |
||
3265 | bpr | 10 | slib_require=chemeq |
105 | bpr | 11 | !exit |
12 | |||
13 | :proc |
||
14 | |||
475 | georgesk | 15 | !reset chemeq_option |
105 | bpr | 16 | chemeq_option=m |
17 | slib_out=!exec chemeq H -> H ~ $wims_read_parm |
||
18 | !reset chemeq_option |
||
19 | |||
20 |