Skip to content
Snippets Groups Projects
Commit 3603904a authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix error msg

parent b39a99eb
No related branches found
No related tags found
No related merge requests found
...@@ -3501,7 +3501,7 @@ int Extrude_ProtudeSurface(int type, int is, ...@@ -3501,7 +3501,7 @@ int Extrude_ProtudeSurface(int type, int is,
break; break;
default: default:
Msg::Error("Unknown extrusion type"); Msg::Error("Unknown extrusion type");
return ps->Num; break;
} }
// this is done only for backward compatibility with the old // this is done only for backward compatibility with the old
...@@ -3532,7 +3532,6 @@ int Extrude_ProtudeSurface(int type, int is, ...@@ -3532,7 +3532,6 @@ int Extrude_ProtudeSurface(int type, int is,
List_Reset(ListOfTransformedPoints); List_Reset(ListOfTransformedPoints);
return chap_num; return chap_num;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment