diff options
author | Thomas White <taw@physics.org> | 2011-06-30 12:09:28 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:28 +0100 |
commit | 912db4a457ca53b58092948be2767eff3dc6f941 (patch) | |
tree | f3aed7b5deae6005b86e9723b414a67155119f2b /src/detector.c | |
parent | f682484bf4476547b2a0af03315eda1064aca089 (diff) |
Save all camera lengths in stream
Diffstat (limited to 'src/detector.c')
-rw-r--r-- | src/detector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/detector.c b/src/detector.c index 123864a2..47c9e488 100644 --- a/src/detector.c +++ b/src/detector.c @@ -472,7 +472,7 @@ static struct badregion *new_bad_region(struct detector *det, const char *name) } -static struct panel *find_panel_by_name(struct detector *det, const char *name) +struct panel *find_panel_by_name(struct detector *det, const char *name) { int i; |