generated from NOAA-OWP/owp-open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
invalidThis doesn't seem rightThis doesn't seem right
Description
There are 6 file pointers,
FILE *control_fptr;
FILE *input_fptr;
FILE *subcat_fptr;
FILE *params_fptr;
FILE *output_fptr;
FILE *out_hyd_fptr;
input output and out_hyd are needed conditionally depending on yes_print_output and stand_alone. Yet, current code opens/sets handle (fully) regardless of these flags. This primary applies to bmi.initalize() & bmi.finalize() and eventually bmi.set_value() & bmi.get_value_ptr() as needed for serialization and other BMI enhancement tools
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
invalidThis doesn't seem rightThis doesn't seem right