Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/yacs.git] / doc / exemples / exemple11 / v2 / modf1.i
index 41f3223746a75309da676a7e20acf646191adbe8..c16e9f7add8457343b18a126cc5e442c3144ee5e 100755 (executable)
@@ -1,15 +1,15 @@
-%module modf1\r
-\r
-%{\r
-#include "f1.hxx"\r
-%}\r
-\r
-class f {\r
-\r
-public:\r
-\r
-  f();\r
-  float f1(float x);\r
-  void setCommon(float x);\r
-  float getCommon();\r
-};\r
+%module modf1
+
+%{
+#include "f1.hxx"
+%}
+
+class f {
+
+public:
+
+  f();
+  float f1(float x);
+  void setCommon(float x);
+  float getCommon();
+};