|
@@ -80,7 +80,7 @@ int main(int argc, char **argv)
|
|
|
struct Flag *flag_o, *flag_q, *flag_normalize, *flag_multiply;
|
|
|
|
|
|
struct Map_info In, Net, Out;
|
|
|
- int fdout = 0, maskfd = 0;
|
|
|
+ int fdout = -1, maskfd = -1;
|
|
|
int node_method, kernel_function;
|
|
|
int row, col;
|
|
|
struct Cell_head window;
|