Skip to content

Commit

Permalink
correction of a mispelled variable
Browse files Browse the repository at this point in the history
  • Loading branch information
David MERCIER committed Sep 2, 2015
1 parent c35c806 commit 0a3848f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion matlab_code/statistics/mason/cumulativeFraction.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
% T: Temperature of experiments in K
% Vact: Activation volume in Angstrom3
% epsilon_var: Activation enthalpy in eV
% neta_var: Pre-exponential frequency factor in s-1.m-3
% eta_var: Pre-exponential frequency factor in s-1.m-3
% K: Proportionality constant

if nargin < 11
Expand Down
4 changes: 2 additions & 2 deletions matlab_code/yaml/load_YAML_config_file.m
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
warning('Wrong input for K in numerics_config.yaml');
end

if ~isfield(numerics, 'neta_var')
indenter.neta_var = 8.9 * 1e23; % in s-1.m-3
if ~isfield(numerics, 'eta_var')
indenter.eta_var = 8.9 * 1e23; % in s-1.m-3
commandwindow;
warning('Wrong input for neta_var in numerics_config.yaml');
end
Expand Down

0 comments on commit 0a3848f

Please sign in to comment.