Skip to content

Commit

Permalink
turns of adapt curvature constraint without geom
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Sep 19, 2022
1 parent bee9471 commit 13a6b68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ref_subcommand.c
Original file line number Diff line number Diff line change
Expand Up @@ -693,8 +693,10 @@ static REF_STATUS adapt(REF_MPI ref_mpi_orig, int argc, char *argv[]) {
printf("EBody Effective Body loaded\n");
ref_mpi_stopwatch_stop(ref_mpi, "load egads");
} else {
if (ref_mpi_once(ref_mpi))
if (ref_mpi_once(ref_mpi)) {
printf("warning: no geometry loaded, assuming planar faces.\n");
}
curvature_metric = REF_FALSE;
}
}
}
Expand Down

0 comments on commit 13a6b68

Please sign in to comment.