Skip to content
Snippets Groups Projects
Commit 8600e878 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

MHLinear as synonym for MHTransform

parent 579b2715
No related branches found
No related tags found
1 merge request!24Generalize MHJacNL
Pipeline #
...@@ -291,6 +291,7 @@ LogSpace return tLogSpace; ...@@ -291,6 +291,7 @@ LogSpace return tLogSpace;
MHBilinear return tMHBilinear; MHBilinear return tMHBilinear;
MHJacNL return tMHBilinear; MHJacNL return tMHBilinear;
MHLinear return tMHTransform;
MHTransform return tMHTransform; MHTransform return tMHTransform;
MPI_Barrier return tBarrier; MPI_Barrier return tBarrier;
MPI_BroadcastFields return tBroadcastFields; MPI_BroadcastFields return tBroadcastFields;
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment