Skip to content

Commit

Permalink
Merge pull request #331 from SysBioChalmers/devel
Browse files Browse the repository at this point in the history
RAVEN 2.4.3
  • Loading branch information
edkerk authored Feb 9, 2021
2 parents 3adf778 + 4934115 commit 974aece
Show file tree
Hide file tree
Showing 196 changed files with 1,519 additions and 1,480 deletions.
5 changes: 4 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Ensure that EOL characters are properly converted for all files
* text=auto
# Use MATLAB style diff
*.m text diff=matlab
# Files/folders that should not be included when downloading repo as ZIP
.gitattributes export-ignore
.gitignore export-ignore
.github export-ignore
.github export-ignore
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ![The RAVEN Toolbox 2](RAVEN2.png)

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3689519.svg)](https://doi.org/10.5281/zenodo.3689519) [![GitHub release](https://img.shields.io/github/release/SysBioChalmers/RAVEN/all.svg)](https://GitHub.com/SysBioChalmers/RAVEN/releases/) [![Join the chat at https://gitter.im/SysBioChalmers/RAVEN](https://badges.gitter.im/SysBioChalmers/RAVEN.svg)](https://gitter.im/SysBioChalmers/RAVEN?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3689518.svg)](https://doi.org/10.5281/zenodo.3689519) [![GitHub release](https://img.shields.io/github/release/SysBioChalmers/RAVEN/all.svg)](https://GitHub.com/SysBioChalmers/RAVEN/releases/) [![Join the chat at https://gitter.im/SysBioChalmers/RAVEN](https://badges.gitter.im/SysBioChalmers/RAVEN.svg)](https://gitter.im/SysBioChalmers/RAVEN?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

The RAVEN (Reconstruction, Analysis and Visualization of Metabolic Networks) Toolbox 2 is a software suite for Matlab that allows for semi-automated reconstruction of genome-scale models (GEMs). It makes use of published models and/or KEGG, MetaCyc databases, coupled with extensive gap-filling and quality control features. The software suite also contains methods for visualizing simulation results and omics data, as well as a range of methods for performing simulations and analyzing the results. The software is a useful tool for system-wide data analysis in a metabolic context and for streamlined reconstruction of metabolic networks based on protein homology.

Expand Down
2 changes: 1 addition & 1 deletion doc/INIT/getINITModel.html
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,6 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
0457 fprintf([<span class="string">'\tMean gene score: '</span> num2str(geneS) <span class="string">'\n'</span>]);
0458 fprintf([<span class="string">'\tReactions with positive scores: '</span> num2str(100*sum(a&gt;0)/numel(a)) <span class="string">'%%\n\n'</span>]);
0459 <span class="keyword">end</span></pre></div>
<hr><address>Generated on Wed 13-Jan-2021 21:53:20 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
<hr><address>Generated by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/INIT/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ <h2>Matlab files in this directory:</h2>



<hr><address>Generated on Wed 13-Jan-2021 21:53:19 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
<hr><address>Generated by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/INIT/runINIT.html
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,6 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
0343 deletedRxns=model.rxns(I);
0344 outModel=removeReactions(model,I,true,true);
0345 <span class="keyword">end</span></pre></div>
<hr><address>Generated on Wed 13-Jan-2021 21:53:20 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
<hr><address>Generated by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/core/FSEOF.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,6 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
0132 targets.slope=abs(fseof.results(:,iterations)-fseof.results(:,1))/abs(targetMax-targetMax/iterations); <span class="comment">%Slope calculation</span>
0133 <span class="keyword">end</span>
0134 <span class="keyword">end</span></pre></div>
<hr><address>Generated on Wed 13-Jan-2021 21:53:20 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
<hr><address>Generated by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/core/addExchangeRxns.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,6 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
0087 model.rxnConfidenceScores=[model.rxnConfidenceScores;NaN(numel(J),1)];
0088 <span class="keyword">end</span>
0089 <span class="keyword">end</span></pre></div>
<hr><address>Generated on Wed 13-Jan-2021 21:53:20 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
<hr><address>Generated by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/core/addGenesRaven.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,6 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
0122 newModel.rxnGeneMat=[newModel.rxnGeneMat,zeros(length(newModel.rxns),nGenes)];
0123 <span class="keyword">end</span>
0124 <span class="keyword">end</span></pre></div>
<hr><address>Generated on Wed 13-Jan-2021 21:53:20 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
<hr><address>Generated by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/core/addMets.html
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,6 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
0316 <span class="keyword">end</span>
0317 <span class="keyword">end</span>
0318 <span class="keyword">end</span></pre></div>
<hr><address>Generated on Wed 13-Jan-2021 21:53:20 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
<hr><address>Generated by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/core/addRxns.html
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,6 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
0655 newModel.rxnGeneMat = [newModel.rxnGeneMat; rxnGeneMat];
0656 newModel.grRules = [newModel.grRules(1:nOldRxns); grRules];
0657 <span class="keyword">end</span></pre></div>
<hr><address>Generated on Wed 13-Jan-2021 21:53:20 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
<hr><address>Generated by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/core/addRxnsGenesMets.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,6 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
0169 fprintf(<span class="string">'\nNumber of reactions added to the model:\n'</span>)
0170 fprintf([num2str(numel(rxnIdx)),<span class="string">'\n'</span>])
0171 <span class="keyword">end</span></pre></div>
<hr><address>Generated on Wed 13-Jan-2021 21:53:20 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
<hr><address>Generated by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/core/addTransport.html
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,6 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
0176 addedRxns = [addedRxns; addedRxnsID];
0177 <span class="keyword">end</span>
0178 <span class="keyword">end</span></pre></div>
<hr><address>Generated on Wed 13-Jan-2021 21:53:20 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
<hr><address>Generated by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/core/analyzeSampling.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,6 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
0111 <span class="keyword">end</span>
0112 <span class="keyword">end</span>
0113 <span class="keyword">end</span></pre></div>
<hr><address>Generated on Wed 13-Jan-2021 21:53:20 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
<hr><address>Generated by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/core/buildEquation.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,6 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
0066 eqn = [eqn plusString stoich mets{i}];
0067 <span class="keyword">end</span>
0068 <span class="keyword">end</span></pre></div>
<hr><address>Generated on Wed 13-Jan-2021 21:53:20 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
<hr><address>Generated by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/core/canConsume.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
0020 [model, rxns]=<a href="addExchangeRxns.html" class="code" title="function [model, addedRxns]=addExchangeRxns(model,reactionType,mets)">addExchangeRxns</a>(model,<span class="string">'in'</span>,mets);
0021 consumed=<a href="haveFlux.html" class="code" title="function I=haveFlux(model,cutOff,rxns)">haveFlux</a>(model,10^-5,rxns);
0022 <span class="keyword">end</span></pre></div>
<hr><address>Generated on Wed 13-Jan-2021 21:53:20 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
<hr><address>Generated by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/core/canProduce.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
0021 [model, rxns]=<a href="addExchangeRxns.html" class="code" title="function [model, addedRxns]=addExchangeRxns(model,reactionType,mets)">addExchangeRxns</a>(model,<span class="string">'out'</span>,mets);
0022 produced=<a href="haveFlux.html" class="code" title="function I=haveFlux(model,cutOff,rxns)">haveFlux</a>(model,10^-5,rxns);
0023 <span class="keyword">end</span></pre></div>
<hr><address>Generated on Wed 13-Jan-2021 21:53:20 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
<hr><address>Generated by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/core/changeGeneAssoc.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
0051 model.grRules = grRules;
0052 model.rxnGeneMat = rxnGeneMat;
0053 <span class="keyword">end</span></pre></div>
<hr><address>Generated on Wed 13-Jan-2021 21:53:20 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
<hr><address>Generated by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/core/changeGrRules.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
0055 model.grRules = grRules;
0056 model.rxnGeneMat = rxnGeneMat;
0057 <span class="keyword">end</span></pre></div>
<hr><address>Generated on Wed 13-Jan-2021 21:53:20 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
<hr><address>Generated by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/core/changeRxns.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,6 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
0149 model=<a href="addRxns.html" class="code" title="function newModel=addRxns(model,rxnsToAdd,eqnType,compartment,allowNewMets,allowNewGenes)">addRxns</a>(model,rxnsToChange,eqnType,compartment,allowNewMets);
0150 model=<a href="permuteModel.html" class="code" title="function newModel=permuteModel(model, indexes, type)">permuteModel</a>(model,order,<span class="string">'rxns'</span>);
0151 <span class="keyword">end</span></pre></div>
<hr><address>Generated on Wed 13-Jan-2021 21:53:20 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
<hr><address>Generated by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/core/checkModelStruct.html
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,6 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
0356 I(L)=true;
0357 <span class="keyword">end</span>
0358 <span class="keyword">end</span></pre></div>
<hr><address>Generated on Wed 13-Jan-2021 21:53:20 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
<hr><address>Generated by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/core/checkProduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,6 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
0150 <span class="keyword">end</span>
0151 <span class="keyword">end</span>
0152 <span class="keyword">end</span></pre></div>
<hr><address>Generated on Wed 13-Jan-2021 21:53:20 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
<hr><address>Generated by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/core/checkRxn.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,6 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
0089 <span class="keyword">end</span>
0090 <span class="keyword">end</span>
0091 <span class="keyword">end</span></pre></div>
<hr><address>Generated on Wed 13-Jan-2021 21:53:20 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
<hr><address>Generated by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/core/checkTasks.html
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,6 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
0252 tModel=model;
0253 <span class="keyword">end</span>
0254 <span class="keyword">end</span></pre></div>
<hr><address>Generated on Wed 13-Jan-2021 21:53:20 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
<hr><address>Generated by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/core/compareModels.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,6 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
0172 nElements(i)=numel(inCommon);
0173 <span class="keyword">end</span>
0174 <span class="keyword">end</span></pre></div>
<hr><address>Generated on Wed 13-Jan-2021 21:53:20 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
<hr><address>Generated by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/core/compareMultipleModels.html
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,6 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
0425
0426 c = [r g b];
0427 <span class="keyword">end</span></pre></div>
<hr><address>Generated on Wed 13-Jan-2021 21:53:20 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
<hr><address>Generated by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/core/constructEquations.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,6 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
0090 <span class="keyword">end</span>
0091
0092 <span class="keyword">end</span></pre></div>
<hr><address>Generated on Wed 13-Jan-2021 21:53:20 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
<hr><address>Generated by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/core/constructS.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,6 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
0149 <span class="keyword">end</span>
0150 <span class="keyword">end</span>
0151 <span class="keyword">end</span></pre></div>
<hr><address>Generated on Wed 13-Jan-2021 21:53:20 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
<hr><address>Generated by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/core/consumeSomething.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,6 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
0173 <span class="keyword">end</span>
0174 <span class="keyword">end</span>
0175 <span class="keyword">end</span></pre></div>
<hr><address>Generated on Wed 13-Jan-2021 21:53:20 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
<hr><address>Generated by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
</body>
</html>
Loading

0 comments on commit 974aece

Please sign in to comment.