Skip to content

Commit

Permalink
Merged
Browse files Browse the repository at this point in the history
  • Loading branch information
vfonov committed Nov 14, 2023
2 parents aa8ab71 + e214021 commit 015ea12
Show file tree
Hide file tree
Showing 3 changed files with 3 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
1 change: 1 addition & 0 deletions testdir/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
LINK_LIBRARIES(${LIBMINC_LIBRARIES})
find_program (SH_PROGRAM sh)


MACRO(minc_test cmd)
Expand Down

0 comments on commit 015ea12

Please sign in to comment.