Skip to content

Commit

Permalink
ITAPS options convention for iGeom
Browse files Browse the repository at this point in the history
  • Loading branch information
jedbrown committed Mar 30, 2009
1 parent a2c0989 commit 03bbebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sandbox/itaps/dohpblock.c
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,8 @@ int main(int argc, char *argv[])

if (do_geom)
{
char geom_options[] = "ENGINE=OCC:",
geom_save_options[] = ":TYPE=OCC:";
char geom_options[] = ";ENGINE=OCC;",
geom_save_options[] = ";TYPE=OCC;";
iGeom_Instance geom;
iRel_Instance assoc;
iRel_RelationHandle rel;
Expand Down

0 comments on commit 03bbebf

Please sign in to comment.