Commit 7487406b9c04931c2bcb76b51cbf566665cdc15a
1 parent
e3ddb2e0
Exists in
master
stopped
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/idl/dustem_stellarpopisrf_example.pro
... | ... | @@ -124,7 +124,7 @@ toto=dustem_plugin_stellar_population(scope=scope) |
124 | 124 | paramtag=1 |
125 | 125 | toto=dustem_plugin_stellar_population(paramtag=paramtag) |
126 | 126 | |
127 | -;stop | |
127 | +stop | |
128 | 128 | spt='O7V' |
129 | 129 | ind1=where(paramtag EQ 'dist to '+spt,count1) |
130 | 130 | ind2=where(paramtag EQ 'N of '+spt,count2) | ... | ... |