Commit 43f449106b448841fbd7a757bef0f92116151f30
1 parent
e71a7ada
Exists in
master
adapted for new code repository
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/idl_misc/make_dustem_wrap_dependencies.pro
@@ -53,7 +53,8 @@ st=st(ind) | @@ -53,7 +53,8 @@ st=st(ind) | ||
53 | order=sort(st.path) | 53 | order=sort(st.path) |
54 | st=st(order) | 54 | st=st(order) |
55 | 55 | ||
56 | -file='/Users/jpb/Soft_Librairies/DUSTEM/src/idl/all_dustem_dependencies.xcat' | 56 | +file=!dustem_wrap_soft_dir+'/src/idl/all_dustem_dependencies.xcat' |
57 | write_xcat,st,file | 57 | write_xcat,st,file |
58 | +message,'Wrote '+file,/continue | ||
58 | 59 | ||
59 | END | 60 | END |