Skip to content

Commit

Permalink
fix typo in docstring of test for analytical_andrade
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Jul 18, 2024
1 parent 1ad9098 commit a2dc053
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vbr/testing/test_vbrcore_011_analytical_andrade.m
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
function TestResult = test_vbrcore_011_analytical_andrade()
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% TestResult = test_vbrcore_010_premelt_volatiles()
% TestResult = test_vbrcore_011_analytical_andrade()
%
% test for volatile behavior
% test that analytical_andrade runs with the different viscosity options
%
% Parameters
% ----------
Expand Down Expand Up @@ -110,4 +110,4 @@
VBR.in.SV.f = [0.01, .1, 1.0]; % [Hz]

fdep_size = [sz(1), sz(2), numel(VBR.in.SV.f)]; % size of freq-dep outputs
end
end

0 comments on commit a2dc053

Please sign in to comment.