Merge pull request #19 from fcollonval/patch-1

Use macro DEBUGFILE
exp
Aleksey N. Vinogradov 5 years ago committed by GitHub
commit 131d1d8b91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -226,7 +226,7 @@ int main(int argc, char *argv[])
fd = 0;
#ifdef DEBUGP
lfd = fopen ("/tmp/raster.txt","w");
lfd = fopen (DEBUGFILE, "w");
#endif
initializeSettings(argv[5]);

Loading…
Cancel
Save