aboutsummaryrefslogtreecommitdiff
path: root/src/common/2d.cube.size2/evaluate-molecule.c
blob: a4232ef5680fc0cfc76525e3066be53e48f7b1f4 (plain)
1
2
3
4
    coeffs->coeff_0_0*data->data_0_0
  + coeffs->coeff_p1_0*data->data_p1_0
  + coeffs->coeff_0_p1*data->data_0_p1
  + coeffs->coeff_p1_p1*data->data_p1_p1;