Skip to content

Commit 75b9aba

Browse files
committed
small change
1 parent ad0a8aa commit 75b9aba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/forward_solver/m_imr_fd.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
Szero = init_stress;
5757

5858
% time span options
59-
tspan = tspan_opts;
60-
tfin = tspan(end);
59+
tspan = tspan_opts;
60+
tfin = tspan(end);
6161

6262
% output options
6363
dimensionalout = out_opts(1);

0 commit comments

Comments
 (0)