Skip to content

Commit bc934e4

Browse files
committed
solver_richards.c: compilation fixes
1 parent a70d1ce commit bc934e4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pfsimulator/parflow_lib/solver_richards.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4686,10 +4686,10 @@ PseudoAdvanceRichards(PFModule * this_module, double start_time, /* Startin
46864686
printf("Pseudo richard for OAS init\n");
46874687
//>>TSMP-PDAF internal change end
46884688

4689-
PublicXtra *public_xtra = (PublicXtra*)PFModulePublicXtra(this_module);
4689+
/* PublicXtra *public_xtra = (PublicXtra*)PFModulePublicXtra(this_module); */
46904690
InstanceXtra *instance_xtra =
46914691
(InstanceXtra*)PFModuleInstanceXtra(this_module);
4692-
Problem *problem = (public_xtra->problem);
4692+
/* Problem *problem = (public_xtra->problem); */
46934693

46944694
/* int max_iterations = (public_xtra->max_iterations); */
46954695
/* int print_satur = (public_xtra->print_satur); */
@@ -4701,7 +4701,7 @@ PseudoAdvanceRichards(PFModule * this_module, double start_time, /* Startin
47014701
/* PFModule *l2_error_norm = (instance_xtra->l2_error_norm); */
47024702
/* PFModule *nonlin_solver = (instance_xtra->nonlin_solver); */
47034703

4704-
ProblemData *problem_data = (instance_xtra->problem_data);
4704+
/* ProblemData *problem_data = (instance_xtra->problem_data); */
47054705

47064706
/* int start_count = ProblemStartCount(problem); */
47074707
/* double dump_interval = ProblemDumpInterval(problem); */
@@ -4803,7 +4803,7 @@ PseudoAdvanceRichards(PFModule * this_module, double start_time, /* Startin
48034803
/* VectorUpdateCommHandle *handle; */
48044804

48054805
/* char dt_info; */
4806-
char file_prefix[2048]//, file_type[2048], file_postfix[2048];
4806+
char file_prefix[2048];//, file_type[2048], file_postfix[2048];
48074807
/* char nc_postfix[2048]; */
48084808

48094809
//>>TSMP-PDAF internal change beginning (compare to AdvanceRichards)

0 commit comments

Comments
 (0)