Skip to content

Commit 9886b40

Browse files
committed
Renames some example file for consistency
1 parent 86ef7b9 commit 9886b40

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.

tests/testExamples.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
['miscellaneous' filesep 'bayesBenchmark'],...
1717
['miscellaneous' filesep 'roundRobin'],...
1818
['miscellaneous' filesep 'convertRasCAL1Project']};
19-
exampleLiveScriptFile = {'domainsStandardLayersSheet', 'domainsCustomLayerSheet',...
19+
exampleLiveScriptFile = {'domainsStandardLayersSheet', 'domainsCustomLayersSheet',...
2020
'domainsCustomXYSheet', 'bayesBenchmark', 'convertRascal'}
2121
% exampleLiveScriptFile = {'domainsStandardLayersSheet', 'domainsCustomLayerSheet', 'domainsCustomXYSheet',...
2222
% 'customLayersDSPCSheet', 'standardLayersDSPCSheet', 'customXYDSPCSheet',...
@@ -25,8 +25,8 @@
2525
'customLayersDSPCScript',...
2626
'orsoCustomXYDSPC',...
2727
'domainsStandardLayersScript', ...
28-
'domainsCustomLayerTest',...
29-
'domainsCustomXYMain',...
28+
'domainsCustomLayersScript',...
29+
'domainsCustomXYScript',...
3030
'absorptionDPPC50'};
3131
exampleName = {'original_dspc_bilayer', 'Orso lipid example - custom layers', 'Orso lipid example - custom XY', '', '', '', 'DPPC_50_3pcBins'};
3232
exampleModel = {modelTypes.StandardLayers.value, modelTypes.CustomLayers.value,...

0 commit comments

Comments
 (0)