Skip to content

Commit

Permalink
Fixed build on apple silicone
Browse files Browse the repository at this point in the history
  • Loading branch information
vfonov committed Dec 13, 2022
1 parent d2a17b7 commit 5a18b1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libsrc2/m2util.c
Original file line number Diff line number Diff line change
Expand Up @@ -2209,7 +2209,7 @@ scaled_maximal_pivoting_gaussian_elimination_real ( int n,

/** Computes the inverse of a square matrix.
*/
static int
int
invert_4x4_matrix ( double matrix[4][4], /**< Input matrix */
double inverse[4][4] ) /**< Output (inverted) matrix */
{
Expand Down
1 change: 1 addition & 0 deletions libsrc2/minc2_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ int minc_update_thumbnail(mihandle_t volume, hid_t loc_id, int igrp, int ogrp);

int minc_update_thumbnails(mihandle_t volume);


int scaled_maximal_pivoting_gaussian_elimination(int n,
int row[],
double **a,
Expand Down

0 comments on commit 5a18b1c

Please sign in to comment.