Skip to content

Commit

Permalink
Merge pull request #844 from AlbertoCuadra/develop
Browse files Browse the repository at this point in the history
Update: typo
  • Loading branch information
AlbertoCuadra committed Apr 6, 2023
2 parents cef8cdb + d416524 commit f500eaf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions modules/self/Elements/Elements.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
% Attributes:
% description (char): Description of the struct
% elements (cell): Cell with the elements in the periodic table
% NE (int): Number of elements
% ind_C (int): Index element Carbon
% ind_H (int): Index element Hydrogen
% ind_O (int): Index element Oxygen
% ind_N (int): Index element Nytrogen
% ind_E (int): Index element Electron
% ind_S (int): Index element Sulfur
% ind_Si (int): Index element Silicon
% NE (float): Number of elements
% ind_C (float): Index element Carbon
% ind_H (float): Index element Hydrogen
% ind_O (float): Index element Oxygen
% ind_N (float): Index element Nytrogen
% ind_E (float): Index element Electron
% ind_S (float): Index element Sulfur
% ind_Si (float): Index element Silicon
%
% Returns:
% self (struct): Struct with elements data
Expand Down
2 changes: 1 addition & 1 deletion modules/self/Miscellaneous/Miscellaneous.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
% export_results (struct): Struct with data to export results
% index_LS_original (float): Vector with the indeces original list of products
% display_species (struct): Struct with data to display species
% i (int): Index of the current calculation
% i (float): Index of the current calculation
%
% Returns:
% self (struct): Struct with miscellaneous data
Expand Down

0 comments on commit f500eaf

Please sign in to comment.