Skip to content

Commit 5a5a6e4

Browse files
committed
Update desal sim model
1 parent e251596 commit 5a5a6e4

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Body-to-Body_Interactions/TestB2B.m

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,32 +53,32 @@ function checkVisibilityRestored(testCase)
5353
function testB2B_Case1(testCase)
5454
cd('B2B_Case1')
5555
wecSim
56-
close_system('RM3')
56+
close_system('RM3',0)
5757
end
5858
function testB2B_Case2(testCase)
5959
cd('B2B_Case2')
6060
wecSim
61-
close_system('RM3')
61+
close_system('RM3',0)
6262
end
6363
function testB2B_Case3(testCase)
6464
cd('B2B_Case3')
6565
wecSim
66-
close_system('RM3')
66+
close_system('RM3',0)
6767
end
6868
function testB2B_Case4(testCase)
6969
cd('B2B_Case4')
7070
wecSim
71-
close_system('RM3')
71+
close_system('RM3',0)
7272
end
7373
function testB2B_Case5(testCase)
7474
cd('B2B_Case5')
7575
wecSim
76-
close_system('RM3')
76+
close_system('RM3',0)
7777
end
7878
function testB2B_Case6(testCase)
7979
cd('B2B_Case6')
8080
wecSim
81-
close_system('RM3')
81+
close_system('RM3',0)
8282
end
8383
end
8484
end

Desalination/OSWEC_RO.slx

2.16 KB
Binary file not shown.

0 commit comments

Comments
 (0)