Skip to content

Commit

Permalink
more Matlab syntax fixes in README
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Nov 22, 2021
1 parent da5192a commit 2c3e28e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,9 +466,9 @@ attributes = py.dict(pyargs( ...
particulator = builder.build(attributes, py.list({ ...
products.PeakSupersaturation(pyargs('name', 'S_max', 'unit', '%')), ...
products.EffectiveRadius(pyargs('name', 'r_eff', 'unit', 'um', radius_range', cloud_range)), ...
products.ParticleConcentration(pyargs('name', 'n_c_cm3', 'unit', 'cm^-3', radius_range', cloud_range)), ...
products.WaterMixingRatio(pyargs('name', 'ql', 'unit', 'g/kg', radius_range', cloud_range)) ...
products.EffectiveRadius(pyargs('name', 'r_eff', 'unit', 'um', 'radius_range', cloud_range)), ...
products.ParticleConcentration(pyargs('name', 'n_c_cm3', 'unit', 'cm^-3', 'radius_range', cloud_range)), ...
products.WaterMixingRatio(pyargs('name', 'ql', 'unit', 'g/kg', 'radius_range', cloud_range)) ...
products.ParcelDisplacement(pyargs('name', 'z')) ...
}));
Expand Down

0 comments on commit 2c3e28e

Please sign in to comment.