Skip to content

Commit

Permalink
minor fix: set an initial value for err_correct_f
Browse files Browse the repository at this point in the history
  • Loading branch information
yangf4 committed Jun 28, 2019
1 parent f126aeb commit 684f296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phasta/phMeshQuality.cc
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ void core_measure_mesh (double x1[], double x2[], double x3[], int numnp,
free(op);
}

double err_correct_f_;
double err_correct_f_ = 1.0;

void core_phasta_get_err_param(double& err_correct_f) {
// outputs:
Expand Down

0 comments on commit 684f296

Please sign in to comment.