Skip to content

Commit bce87d1

Browse files
committed
maint: Merge stable to default
2 parents cebbbbd + b480344 commit bce87d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/code/standalonebuiltin.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ main ()
1818
octave_value_list in;
1919
in(0) = a_matrix;
2020

21-
octave_value_list out = Fnorm (in, 1);
21+
octave_value_list out = octave::Fnorm (in, 1);
2222
double norm_of_the_matrix = out(0).double_value ();
2323

2424
std::cout << "This is the norm of the matrix:" << std::endl

0 commit comments

Comments
 (0)