bug : les zones d'implantation automatiques n'étaient créées que pour les
figures à plat.
This commit is contained in:
parent
a93b853510
commit
ed7cf8c8a9
|
@ -1132,7 +1132,7 @@ void post_treat (model, scotch_on_flag, verbose, autoimp)
|
||||||
|
|
||||||
if (!modelp->FLAGS && !incataloggds (modelp->NAME))
|
if (!modelp->FLAGS && !incataloggds (modelp->NAME))
|
||||||
{
|
{
|
||||||
post_treat (modelp, scotch_on_flag, verbose);
|
post_treat (modelp, scotch_on_flag, verbose, autoimp);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (verbose)
|
if (verbose)
|
||||||
|
|
Loading…
Reference in New Issue