Added a simple build script for scattertable.

sensor-dev
Chris Laurel 2010-06-18 07:23:41 +00:00
parent f1a96ee114
commit 68ca6d6db5
2 changed files with 3 additions and 2 deletions

View File

@ -0,0 +1,2 @@
#!/bin/sh
g++ -O2 scattertable.cpp -o scattertable -I ../../../thirdparty/Eigen

View File

@ -3,7 +3,7 @@
// Copyright (C) 2010, Chris Laurel <claurel@shatters.net>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
@ -634,7 +634,6 @@ int main(int argc, char* argv[])
ofstream out(OutputFileName.c_str(), ostream::binary);
// Table dimensions
WriteUint32(out, ViewAngleSamples);
WriteUint32(out, HeightSamples);