diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-07-05 23:32:36 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-07-05 23:32:36 +0200 |
commit | 71d8cf14ee897801707692baca8652e37d950210 (patch) | |
tree | 7e5dcff7ccea637c5502c95a06fbc8e96b87507e /src | |
parent | 4a498fbcf2059483b065afeb2acee0a6e11941b7 (diff) |
whitespace
Diffstat (limited to 'src')
-rw-r--r-- | src/GipfelWidget.cxx | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/GipfelWidget.cxx b/src/GipfelWidget.cxx index dcbb38f..e6e2087 100644 --- a/src/GipfelWidget.cxx +++ b/src/GipfelWidget.cxx @@ -133,16 +133,12 @@ GipfelWidget::load_image(char *file) { load_distortion_params(buf); } - if (isnan(pan->parms.k0)) { + if (isnan(pan->parms.k0)) pan->parms.k0 = 0.0; - } - - if (isnan(pan->parms.k1)) { + if (isnan(pan->parms.k1)) pan->parms.k1 = 0.0; - } - if (isnan(pan->parms.x0)) { + if (isnan(pan->parms.x0)) pan->parms.x0 = 0.0; - } } return 0; |