* no more HklPseudoAxeEngineFunc use only getter and setter.
commit849392b81bc461bed8c1e65882d59f8e0a0f8f8a
authorFrédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Tue, 2 Sep 2008 14:51:57 +0000 (2 16:51 +0200)
committerFrédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Tue, 2 Sep 2008 14:51:57 +0000 (2 16:51 +0200)
treef91d2396ccbcab20f98e810a308da9df902d525f
parent4a9cb31dd474dda40135528009e1be029986c1f5
* no more HklPseudoAxeEngineFunc use only getter and setter.

split the pseudoAxeEngine.c in an auto part use only for numerical
pseudoAxes. As self->geometry is set each time we call the setter, the
solver is slover.
12 files changed:
include/hkl/hkl-pseudoaxis-E4CV.h
include/hkl/hkl-pseudoaxis-K4CV.h
include/hkl/hkl-pseudoaxis-auto.h [new file with mode: 0644]
include/hkl/hkl-pseudoaxis.h
src/SConscript
src/hkl-pseudoaxis-E4CV.c [new file with mode: 0644]
src/hkl-pseudoaxis-K4CV.c [copied from include/hkl/hkl-pseudoaxis-K4CV.h with 67% similarity]
src/hkl-pseudoaxis-auto.c [new file with mode: 0644]
src/hkl-pseudoaxis-common.c
src/hkl-pseudoaxis.c
test/hkl-test-pseudoaxis-E4CV.c
test/hkl-test-pseudoaxis-K4CV.c