diff options
author | Patrick Simianer <simianer@cl.uni-heidelberg.de> | 2014-04-14 15:53:32 +0200 |
---|---|---|
committer | Patrick Simianer <simianer@cl.uni-heidelberg.de> | 2014-04-14 15:53:32 +0200 |
commit | 1bf772018b77e68137614a11add9f9f2f43ad344 (patch) | |
tree | ad8c72b53329a3b364b055a852a87bed252bdbc5 /scripts | |
parent | d637e517919852217705a34d1355020a97af2f6a (diff) |
version for final; 'old' data; new example
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/geoquery/sigf_format.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/geoquery/sigf_format.rb b/scripts/geoquery/sigf_format.rb index 9d0125b..0a364e9 100755 --- a/scripts/geoquery/sigf_format.rb +++ b/scripts/geoquery/sigf_format.rb @@ -13,7 +13,7 @@ while line = STDIN.gets a[0] = 1 a[1] = 1 elsif line!='' - a[1] = 1 + a[1] = 1 end puts a.join " " end |