Skip to content

Commit 2bc54c8

Browse files
remove FIXMEs from Config/SPEX.h.in
1 parent 5b08d68 commit 2bc54c8

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

SPEX/Config/SPEX.h.in

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,6 @@ SPEX_info SPEX_version
183183
// SPEX_TRY: try a SPEX method and check for errors
184184
//------------------------------------------------------------------------------
185185

186-
// FIXME: add SPEX_TRY and SPEX_CATCH to user guide
187-
188186
// In a robust application, the return values from each call to SPEX should be
189187
// checked, and corrective action should be taken if an error occurs. The
190188
// SPEX_TRY macros assist in this effort.
@@ -460,9 +458,6 @@ typedef SPEX_matrix_struct *SPEX_matrix ;
460458
// SPEX_matrix macros
461459
//------------------------------------------------------------------------------
462460

463-
// FIXME add SPEX_1D and SPEX_2D macros to the user guide (needed by
464-
// SPEX demos)
465-
466461
// These macros simplify the access to entries in a SPEX_matrix.
467462
// The type parameter is one of: mpq, mpz, mpfr, int64, or fp64.
468463

@@ -1017,7 +1012,6 @@ SPEX_info SPEX_mpfr_free_cache (void) ;
10171012

10181013
SPEX_info SPEX_mpfr_free_str (char *str) ;
10191014

1020-
// FIXME: add these 6 functions to the user guide:
10211015
SPEX_info SPEX_mpz_set_null (mpz_t x) ;
10221016
SPEX_info SPEX_mpq_set_null (mpq_t x) ;
10231017
SPEX_info SPEX_mpfr_set_null (mpfr_t x) ;

SPEX/Include/SPEX.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,6 @@ typedef SPEX_matrix_struct *SPEX_matrix ;
458458
// SPEX_matrix macros
459459
//------------------------------------------------------------------------------
460460

461-
462461
// These macros simplify the access to entries in a SPEX_matrix.
463462
// The type parameter is one of: mpq, mpz, mpfr, int64, or fp64.
464463

0 commit comments

Comments
 (0)