Skip to content

Commit

Permalink
Update generateFieldDescriptionFile.m
Browse files Browse the repository at this point in the history
  • Loading branch information
farid-zare authored Feb 6, 2025
1 parent 96fa98c commit 9c24358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/io/utilities/generateFieldDescriptionFile.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
if isempty(CBTDIR)
initCobraToolbox(false); %Don't update the toolbox automatically
end
FileName = [CBTDIR filesep 'docs' filesep 'source' filesep 'notes' filesep 'COBRAModelFields.md'];
FileName = [CBTDIR filesep 'documentation' filesep 'source' filesep 'notes' filesep 'COBRAModelFields.md'];
end

fieldProperties = getDefinedFieldProperties('Descriptions', true);
Expand Down

0 comments on commit 9c24358

Please sign in to comment.