Skip to content

Commit

Permalink
update header path
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoMVale committed Jun 19, 2024
1 parent f97c837 commit 3776ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/example/example5.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is a translation of example 5 from the ODRPACK95 documentation.
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "../include/odrpack/odrpack.h"
#include "../../include/odrpack/odrpack.h"

// User-supplied function for evaluating the model and its partial derivatives
void fcn(int *n, int *m, int *np, int *nq, int *ldn, int *ldm, int *ldnp, double *beta, double *xplusd,
Expand Down

0 comments on commit 3776ef3

Please sign in to comment.