From b0e9a465f1f51d48e68f90784476c411ad9fd365 Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Fri, 11 Nov 2016 13:16:51 +0100
Subject: [PATCH] Add dof extension declaration

---
 spm.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/spm.h b/spm.h
index fa0c5f0f..524ba72d 100644
--- a/spm.h
+++ b/spm.h
@@ -138,6 +138,7 @@ pastix_int_t  spmSymmetrize( pastix_spm_t *spm );
 pastix_spm_t *spmCheckAndCorrect( pastix_spm_t *spm );
 
 pastix_spm_t *spmExpand(const pastix_spm_t* spm);
+pastix_spm_t *spmDofExtend( const int type, const int dof, const pastix_spm_t *spm );
 
 int spmReadDriver( pastix_driver_t  driver,
                    char            *filename,
-- 
GitLab