diff options
Diffstat (limited to 'src/misc/espresso/part.c')
-rw-r--r-- | src/misc/espresso/part.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/misc/espresso/part.c b/src/misc/espresso/part.c index 42843aeb..32baeda7 100644 --- a/src/misc/espresso/part.c +++ b/src/misc/espresso/part.c @@ -9,6 +9,9 @@ */ #include "mincov_int.h" +ABC_NAMESPACE_IMPL_START + + static int visit_col(); static void @@ -120,3 +123,5 @@ sm_matrix **L, **R; return 1; } } +ABC_NAMESPACE_IMPL_END + |