Skip to content

Commit a9c4af8

Browse files
committed
Update SSIT.m
1 parent aa108cd commit a9c4af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CommandLine/SSIT.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,7 @@ function sampleDataFromFSP(obj,fspSoln,saveFile)
12321232

12331233
obj.dataSet.linkedSpecies = linkedSpecies;
12341234

1235-
Q = contains(obj.dataSet.dataNames,{'time','Time','TIME'});
1235+
Q = contains(obj.dataSet.dataNames,{'time','Time','TIME','Time_index'});
12361236
if sum(Q)>=1
12371237
obj.dataSet.app.ParEstFitTimesList.Value = {};
12381238
obj.dataSet.app.ParEstFitTimesList.Items = {};

0 commit comments

Comments
 (0)