X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fexemples%2Fexemple7%2FFreeFem.idl;h=f7bf8172e115ae07e3d57b4c2d4b7bbe553755f9;hb=250da110a79b13043e8f75fab2b3cdd553406f35;hp=5294a6955582fd99c2ab22abe40a3713f0f617f5;hpb=f4c10bf1781a76534bb1fa293aef541aef56148b;p=modules%2Fyacs.git diff --git a/doc/exemples/exemple7/FreeFem.idl b/doc/exemples/exemple7/FreeFem.idl index 5294a6955..f7bf8172e 100755 --- a/doc/exemples/exemple7/FreeFem.idl +++ b/doc/exemples/exemple7/FreeFem.idl @@ -1,19 +1,19 @@ -module Solveur { - - struct Bord { - string X; - string Y; - long n; - }; - typedef sequence seqBords; - - interface FreeFem { - - void Bords(in seqBords B); - void Flux(in string u1, in string u2); - - void Convection(in string cond_init, in double dt, in long n); - - }; - -}; +module Solveur { + + struct Bord { + string X; + string Y; + long n; + }; + typedef sequence seqBords; + + interface FreeFem { + + void Bords(in seqBords B); + void Flux(in string u1, in string u2); + + void Convection(in string cond_init, in double dt, in long n); + + }; + +};