File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ extern "C" {
1212 Other important includes that we need.
1313 */
1414
15- #include " index.h"
16- #include " blockmat.h"
17- #include " parameters.h"
15+ #include <csdp/ index.h>
16+ #include <csdp/ blockmat.h>
17+ #include <csdp/ parameters.h>
1818
1919/*
2020 Our own routines.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ extern "C" {
88 This include file contains declarations for a number of parameters that
99 can affect the performance of CSDP. You can adjust these parameters by
1010
11- 1. #include " parameters.h" in your code.
11+ 1. #include <csdp/ parameters.h> in your code.
1212 2. Declare struct paramstruc params;
1313 3. Call init_params(params); to get default values.
1414 4. Change the value of the parameter that you're interested in.
You can’t perform that action at this time.
0 commit comments