Skip to content
This repository has been archived by the owner on Mar 5, 2019. It is now read-only.

Commit

Permalink
reset parameters (display/width); bump version 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rschwarz committed May 17, 2018
1 parent 6537eb0 commit edd6216
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/csip.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#define CSIP_MAJOR_VERSION 0
#define CSIP_MINOR_VERSION 5
#define CSIP_PATCH_VERSION 1
#define CSIP_PATCH_VERSION 2

/* objective type */
typedef int CSIP_OBJTYPE;
Expand Down Expand Up @@ -411,8 +411,6 @@ CSIP_RETCODE CSIPcreateModel(CSIP_MODEL **modelptr)
model->objtype = CSIP_OBJTYPE_LINEAR;
model->msghdlr = NULL;

CSIP_CALL(CSIPsetIntParam(model, "display/width", 80));

return CSIP_RETCODE_OK;
}

Expand Down

0 comments on commit edd6216

Please sign in to comment.