Skip to content

Commit

Permalink
Merge pull request #98 from NicolasRiel/main
Browse files Browse the repository at this point in the history
correction to NLopt call
  • Loading branch information
NicolasRiel authored Jun 18, 2024
2 parents f35c559 + 36e63d8 commit ca78d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TC_database/objective_functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <string.h>
#include <complex.h>

#include "../nlopt.h"
#include "nlopt.h"
#include "../MAGEMin.h"
#include "../toolkit.h"
#include "objective_functions.h"
Expand Down

0 comments on commit ca78d9c

Please sign in to comment.