Skip to content

Commit

Permalink
add Phil's fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ewu63 committed Dec 4, 2023
1 parent 75e6479 commit d2603a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyoptsparse/pyNSGA2/source/nsga2.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ void mutation_ind (individual *ind, Global global, int *nrealmut, int *nbinmut);
void bin_mutate_ind (individual *ind, Global global, int *nbinmut);
void real_mutate_ind (individual *ind, Global global, int *nrealmut);

//void nsga2func (int nreal, int nbin, int nobj, int ncon, double *xreal, double *xbin, int **gene, double *obj, double *constr);
void nsga2func (int nreal, int nbin, int nobj, int ncon, double *xreal, double *xbin, int **gene, double *obj, double *constr);

void assign_rank_and_crowding_distance (population *new_pop, Global global);

Expand Down

0 comments on commit d2603a9

Please sign in to comment.