Skip to content

Commit

Permalink
Merge pull request #930 from AlbertoCuadra/develop
Browse files Browse the repository at this point in the history
Solve: fix typo header #929
Former-commit-id: 22e9736
  • Loading branch information
AlbertoCuadra authored Jan 26, 2024
2 parents e3761bd + 8d12a0a commit 34da9b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/databases/find_products.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
%
% Examples:
% * [LS, ind_elements_DB] = find_products(self, {'O2', 'N', 'eminus'})
% * [LS, ind_elements_DB] = find_products(self, {'O2', 'CO', 'N'}, DB, 'flag_burcat', true)
% * [LS, ind_elements_DB] = find_products(self, {'O2', 'CO', 'N'}, DB, 'flag_burcat', true, 'flag_ion', true)
% * [LS, ind_elements_DB] = find_products(self, {'O2', 'CO', 'N'}, DB, 'flag_burcat', true, 'flag_ion', true, 'ind', ind_elements_DB)
% * [LS, ind_elements_DB] = find_products(self, {'O2', 'CO', 'N'}, 'flag_burcat', true)
% * [LS, ind_elements_DB] = find_products(self, {'O2', 'CO', 'N'}, 'flag_burcat', true, 'flag_ion', true)
% * [LS, ind_elements_DB] = find_products(self, {'O2', 'CO', 'N'}, 'flag_burcat', true, 'flag_ion', true, 'ind', ind_elements_DB)

% Definitions
MAX_ELEMENTS = 5;
Expand Down

0 comments on commit 34da9b9

Please sign in to comment.