Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlarson1 committed Jul 8, 2023
1 parent 7919d56 commit 4d4cf36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifold_sampling/m/check_inputs_and_initialize.m
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

tol.gentype = 2;

assert(nfmax >= n+1, "nfmax is less than n+1, exiting");
assert(nfmax >= n + 1, "nfmax is less than n+1, exiting");

X = [x0; zeros(nfmax - 1, n)]; % Stores the point locations
F = [F0; zeros(nfmax - 1, p)]; % Stores the simulation values
Expand Down

0 comments on commit 4d4cf36

Please sign in to comment.