aboutsummaryrefslogtreecommitdiff
path: root/src/common/3d.cube.size2/evaluate-molecule.c
diff options
context:
space:
mode:
authorjthorn <jthorn@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2003-07-06 11:16:19 +0000
committerjthorn <jthorn@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2003-07-06 11:16:19 +0000
commita07489dec7a4e1153624e158a2c5f2837b9247de (patch)
tree83be503e3cdaf39c578202c0fcdcf71337845e42 /src/common/3d.cube.size2/evaluate-molecule.c
parent892b8a2d121db4c1e436177cb19baa06eb8d0e4a (diff)
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/AEILocalInterp/trunk@3 0f49ee68-0e4f-0410-9b9c-b2c123ded7ef
Diffstat (limited to 'src/common/3d.cube.size2/evaluate-molecule.c')
-rw-r--r--src/common/3d.cube.size2/evaluate-molecule.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/common/3d.cube.size2/evaluate-molecule.c b/src/common/3d.cube.size2/evaluate-molecule.c
new file mode 100644
index 0000000..ca7209f
--- /dev/null
+++ b/src/common/3d.cube.size2/evaluate-molecule.c
@@ -0,0 +1,8 @@
+ coeffs->coeff_0_0_0*data->data_0_0_0
+ + coeffs->coeff_p1_0_0*data->data_p1_0_0
+ + coeffs->coeff_0_p1_0*data->data_0_p1_0
+ + coeffs->coeff_p1_p1_0*data->data_p1_p1_0
+ + coeffs->coeff_0_0_p1*data->data_0_0_p1
+ + coeffs->coeff_p1_0_p1*data->data_p1_0_p1
+ + coeffs->coeff_0_p1_p1*data->data_0_p1_p1
+ + coeffs->coeff_p1_p1_p1*data->data_p1_p1_p1;