Skip to content

Commit

Permalink
Fixing the bemio.m file for the test17a.out WAMIT output
Browse files Browse the repository at this point in the history
  • Loading branch information
jleonqu committed Dec 11, 2024
1 parent efe27a1 commit a474f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OWC/OrificeModel/OrificeModel/hydroData/bemio.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
hydro = radiationIRF(hydro,20,[],[],[],11);
hydro = radiationIRFSS(hydro,20,[]);
hydro = excitationIRF(hydro,20,[],[],[],11);
hydro.plotDofs = [1,1;3,3;5,5;7,7];
hydro.plotDofs = [1,1;3,3;5,5];
writeBEMIOH5(hydro);
plotBEMIO(hydro);

0 comments on commit a474f27

Please sign in to comment.