Skip to content

Commit

Permalink
Solve: typo
Browse files Browse the repository at this point in the history
Former-commit-id: eed0bce
  • Loading branch information
AlbertoCuadra committed Jan 25, 2024
1 parent e3761bd commit c53b6e0
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 c53b6e0

Please sign in to comment.