diff options
author | Chun Hong Yoon <chun.hong.yoon@desy.de> | 2014-01-27 14:02:34 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-01-28 15:45:42 +0100 |
commit | 6ee21aaa02a5c11bd1269bff0bc7d23b0d402c1e (patch) | |
tree | ae9fcc8a362bacedda7d3fbd185ff427836cca1d /src/diffraction.h | |
parent | 07f1ba5269db94d44278596d827ac26845914b90 (diff) |
Add two colour spectrum
Diffstat (limited to 'src/diffraction.h')
-rw-r--r-- | src/diffraction.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/diffraction.h b/src/diffraction.h index 5b67c198..e397bd3a 100644 --- a/src/diffraction.h +++ b/src/diffraction.h @@ -57,4 +57,6 @@ extern struct sample *generate_tophat(struct image *image); extern struct sample *generate_SASE(struct image *image, gsl_rng *rng); +extern struct sample *generate_twocolour(struct image *image); + #endif /* DIFFRACTION_H */ |