Skip to content

Commit d636d4e

Browse files
author
Dima Pasechnik
committed
rename the files in include/
1 parent 7b597b1 commit d636d4e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)