Skip to content

Commit

Permalink
Remove prima_get_rc_string from public view, it's not necessary since…
Browse files Browse the repository at this point in the history
… already contains the message
  • Loading branch information
nbelakovski committed May 5, 2024
1 parent e0800ad commit 4b9d9fd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions c/include/prima/prima.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@ typedef enum {
} prima_rc_t;


// Function to get the message string corresponding to a return code
PRIMAC_API
const char *prima_get_rc_string(const prima_rc_t rc);


/*
* Objective function required by UOBYQA, NEWUOA, BOBYQA, and LINCOA
* x : on input, the vector of variables (should not be modified)
Expand Down

0 comments on commit 4b9d9fd

Please sign in to comment.