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

*** empty log message ***

parent 4de0fb40
No related branches found
No related tags found
Loading
......@@ -20,3 +20,7 @@ Printf("c = %g %g %g %g", c[]);
c[{0:3}] = {-1,-2,-3,-4} ;
Printf("c = %g %g %g %g", c[]);
c[{b[]}] = {8,9,10} ;
Printf("c = %g %g %g %g", c[]);
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