Skip to content
Snippets Groups Projects
Commit f2619835 authored by Jean-François Remacle's avatar Jean-François Remacle
Browse files

*** empty log message ***

parent d440a3dd
No related branches found
No related tags found
No related merge requests found
%{ %{
// $Id: Gmsh.l,v 1.32 2001-07-25 13:11:07 geuzaine Exp $ // $Id: Gmsh.l,v 1.33 2001-07-26 19:21:01 remacle Exp $
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
...@@ -163,7 +163,8 @@ Point return tPoint; ...@@ -163,7 +163,8 @@ Point return tPoint;
Power return tProgression; Power return tProgression;
Progression return tProgression; Progression return tProgression;
Parametric return tParametric; Parametric return tParametric;
Printf return tPrintf ; Printf return tPrintf;
Plugin return tPlugin;
Recombine return tRecombine; Recombine return tRecombine;
Rotate return tRotate; Rotate return tRotate;
......
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