aboutsummaryrefslogtreecommitdiffstats
path: root/mpi/mpi-mul.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpi/mpi-mul.c')
-rw-r--r--mpi/mpi-mul.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpi/mpi-mul.c b/mpi/mpi-mul.c
index df8eb2586..f83824926 100644
--- a/mpi/mpi-mul.c
+++ b/mpi/mpi-mul.c
@@ -189,6 +189,7 @@ mpi_mul( MPI w, MPI u, MPI v)
}
+
void
mpi_mulm( MPI w, MPI u, MPI v, MPI m)
{