Skip to content

Commit

Permalink
Added missing argument to mol_noe_calc_peaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatovmg committed Apr 13, 2021
1 parent 84d97f0 commit f23d069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/energy.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ lbfgsfloatval_t energy_func(

#ifdef NOE
if (energy_prm->nmr != NULL) {
mol_noe_calc_peaks(energy_prm->nmr->spec, energy_prm->ag, true);
mol_noe_calc_peaks(energy_prm->nmr->spec, energy_prm->ag, true, false);
mol_noe_calc_energy(
energy_prm->nmr->spec,
energy_prm->ag->gradients,
Expand Down

0 comments on commit f23d069

Please sign in to comment.