aboutsummaryrefslogtreecommitdiff
path: root/src/poser_mpfit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/poser_mpfit.c')
-rw-r--r--src/poser_mpfit.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/poser_mpfit.c b/src/poser_mpfit.c
index 439d151..45e2c69 100644
--- a/src/poser_mpfit.c
+++ b/src/poser_mpfit.c
@@ -167,15 +167,15 @@ static double run_mpfit_find_3d_structure(MPFITData *d, PoserDataLight *pdl, Sur
}
failure_count = 0;
- SurvivePose soLocation = { 0 };
+ SurvivePose soLocation = {0};
if (!general_optimizer_data_record_current_pose(&d->opt, &pdl->hdr, sizeof(*pdl), &soLocation)) {
return -1;
}
- mp_result result = { 0 };
- mp_par pars[7] = { 0 };
-
+ mp_result result = {0};
+ mp_par pars[7] = {0};
+
const bool debug_jacobian = false;
if (d->use_jacobian_function) {
for (int i = 0; i < 7; i++) {