Fixed file overflow in TerraFit
This commit is contained in:
parent
2a00d8092b
commit
fe7f626265
1 changed files with 1 additions and 0 deletions
|
@ -166,6 +166,7 @@ void fit_file(const std::string& path) {
|
|||
SGBucket bucket(0,0); // dummy bucket
|
||||
TGArray inarray(infile);
|
||||
inarray.parse(bucket);
|
||||
inarray.close();
|
||||
|
||||
ArrayMap *DEM=new ArrayMap(inarray);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue