Commit 5ac0dfba8e0652bcad82ed79e9bb4050c4dba297
1 parent
7a216e2a
Exists in
master
removed sti= calls
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/idl/dustemwrap_plot.pro
... | ... | @@ -115,7 +115,7 @@ IF not keyword_set(st) THEN BEGIN |
115 | 115 | if !run_pol && !run_lin then begin |
116 | 116 | |
117 | 117 | ;stop |
118 | - dustem_polext = dustem_compute_polext(p_dim,sti=st,POLEXT_spec=POLEXT_spec,SPEXT_spec=SPEXT_spec,dustem_fpolext=dustem_fpolext) | |
118 | + dustem_polext = dustem_compute_polext(p_dim,st=st,POLEXT_spec=POLEXT_spec,SPEXT_spec=SPEXT_spec,dustem_fpolext=dustem_fpolext) | |
119 | 119 | toto = dustem_compute_stokext(p_dim,st=st,dustem_qext=dustem_qext,dustem_uext=dustem_uext,QEXT_spec=QEXT_spec,UEXT_spec=UEXT_spec,PSIEXT_spec=PSIEXT_spec,dustem_psi_ext=dustem_psi_ext) |
120 | 120 | |
121 | 121 | endif |
... | ... | @@ -146,7 +146,7 @@ ENDIF ELSE BEGIN ;st is provided |
146 | 146 | |
147 | 147 | if !run_pol && !run_lin then begin |
148 | 148 | |
149 | - dustem_polext = dustem_compute_polext(p_dim,sti=st,POLEXT_spec=POLEXT_spec,SPEXT_spec=SPEXT_spec,dustem_fpolext=dustem_fpolext) | |
149 | + dustem_polext = dustem_compute_polext(p_dim,st=st,POLEXT_spec=POLEXT_spec,SPEXT_spec=SPEXT_spec,dustem_fpolext=dustem_fpolext) | |
150 | 150 | toto = dustem_compute_stokext(p_dim,st=st,dustem_qext=dustem_qext,dustem_uext=dustem_uext,QEXT_spec=QEXT_spec,UEXT_spec=UEXT_spec,PSIEXT_spec=PSIEXT_spec,dustem_psi_ext=dustem_psi_ext) |
151 | 151 | |
152 | 152 | endif | ... | ... |