Skip to content

Commit 7f0c2ef

Browse files
committed
Fix typo in tutorial 35
Former-commit-id: 83ceb9f
1 parent a5d3409 commit 7f0c2ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/publish/tutorial35.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
% can check the resulting matrices using the spinw.table method.
6161

6262
x1 = [4.24 5.95 -0.46 -0.48];
63-
luvo.matparser('param',x1,'mat',{'Jab' 'Jc' 'K(2,2)' 'K(3,3)'},'init',truehttps://goo.gl/8guwPF)
63+
luvo.matparser('param',x1,'mat',{'Jab' 'Jc' 'K(2,2)' 'K(3,3)'},'init',true)
6464

6565
luvo.table('matrix')
6666

0 commit comments

Comments
 (0)