Skip to content

Commit

Permalink
syntax correction
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloseleson committed Aug 3, 2023
1 parent 128f90f commit e58dd57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion InputFiles/CrackBranching.m
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
flag_DynamicPlotting = 1;

% Frequency of plotting during time integration
DynamicPlotFrequency = 40; % Plot every 40 time steps (beginning from the first one).
DynamicPlotFrequency = 40; % Plot every 40 time steps (beginning from the first one)

% Frequency of time-integration step display
TimeStepDisplayFrequency = 20;
Expand Down
2 changes: 1 addition & 1 deletion Source/NeighborAreaBondLengthCoord.m
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
xk_hat = xk;
yk_hat = yk;

elseif strcmp(AlgName,'PA-AC') || strcmp(AlgName,'IPA-AC')
elseif strcmp(AlgName,'PA-AC') || strcmp(AlgName,'IPA-AC')

% ----------------------------------------------------------------
% PA-AC algorithm or IPA-AC algorithm
Expand Down

0 comments on commit e58dd57

Please sign in to comment.