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

*** empty log message ***

parent 726479cd
No related branches found
No related tags found
No related merge requests found
...@@ -36,13 +36,13 @@ If(nbelm && nbnod) ...@@ -36,13 +36,13 @@ If(nbelm && nbnod)
Plugin(Annotate).Text = Sprintf("Mesh: %g nodes/%g elements", nbelm, nbnod); Plugin(Annotate).Text = Sprintf("Mesh: %g nodes/%g elements", nbelm, nbnod);
Plugin(Annotate).Font = "Helvetica-Oblique" ; Plugin(Annotate).Font = "Helvetica-Oblique" ;
Plugin(Annotate).FontSize = 12 ; Plugin(Annotate).FontSize = 12 ;
Plugin(Annotate).Y = 95 ; Plugin(Annotate).Y = y;
Plugin(Annotate).Run ; Plugin(Annotate).Run ;
EndIf EndIf
// if we have some post-processing views, add the variable names // if we have some post-processing views, add the variable names
y += 20;
If(num > 0) If(num > 0)
y += 20;
For i In {0:num-1} For i In {0:num-1}
Plugin(Annotate).Text = StrCat(Sprintf("Variable %g: ", i), Sprintf(View[i].Name)); Plugin(Annotate).Text = StrCat(Sprintf("Variable %g: ", i), Sprintf(View[i].Name));
Plugin(Annotate).Font = "Helvetica-Oblique"; Plugin(Annotate).Font = "Helvetica-Oblique";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment