File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 11#include <stdio.h>
22#include <stdlib.h>
3- // #include <vicNl_def.h>
43#include <vicNl.h>
54
65void
@@ -301,7 +300,6 @@ print_filenames(filenames_struct *fnames)
301300 printf ("\tf_path_pfx[0]: %s\n" , fnames -> f_path_pfx [0 ]);
302301 printf ("\tf_path_pfx[1]: %s\n" , fnames -> f_path_pfx [1 ]);
303302 printf ("\tglobal : %s\n" , fnames -> global );
304- // printf("\tdomain : %s\n", fnames->domain);
305303 printf ("\tinit_state : %s\n" , fnames -> init_state );
306304 printf ("\tlakeparam : %s\n" , fnames -> lakeparam );
307305 printf ("\tresult_dir : %s\n" , fnames -> result_dir );
@@ -319,7 +317,6 @@ print_filep(filep_struct *fp)
319317 printf ("\tforcing[0] : %p\n" , fp -> forcing [0 ]);
320318 printf ("\tforcing[1] : %p\n" , fp -> forcing [1 ]);
321319 printf ("\tglobalparam: %p\n" , fp -> globalparam );
322- // printf("\tdomain : %p\n", fp->domain);
323320 printf ("\tinit_state : %p\n" , fp -> init_state );
324321 printf ("\tlakeparam : %p\n" , fp -> lakeparam );
325322 printf ("\tsnowband : %p\n" , fp -> snowband );
You can’t perform that action at this time.
0 commit comments