Index: /trunk/LMDZ.GENERIC/libf/dyn3d/iniprint.h
===================================================================
--- /trunk/LMDZ.GENERIC/libf/dyn3d/iniprint.h	(revision 1505)
+++ /trunk/LMDZ.GENERIC/libf/dyn3d/iniprint.h	(revision 1505)
@@ -0,0 +1,11 @@
+!
+! $Id: $
+!
+!
+! handle debug and output levels
+! lunout:    unit of file where outputs will be sent
+!                           (default is 6, standard output)
+! prt_level: level of informative output messages (0 = minimum)
+!
+      INTEGER lunout, prt_level
+      COMMON /comprint/ lunout, prt_level
Index: unk/LMDZ.GENERIC/libf/misc/iniprint.h
===================================================================
--- /trunk/LMDZ.GENERIC/libf/misc/iniprint.h	(revision 1504)
+++ 	(revision )
@@ -1,11 +1,0 @@
-!
-! $Id: $
-!
-!
-! handle debug and output levels
-! lunout:    unit of file where outputs will be sent
-!                           (default is 6, standard output)
-! prt_level: level of informative output messages (0 = minimum)
-!
-      INTEGER lunout, prt_level
-      COMMON /comprint/ lunout, prt_level
Index: /trunk/LMDZ.GENERIC/libf/phystd/dyn1d/iniprint.h
===================================================================
--- /trunk/LMDZ.GENERIC/libf/phystd/dyn1d/iniprint.h	(revision 1505)
+++ /trunk/LMDZ.GENERIC/libf/phystd/dyn1d/iniprint.h	(revision 1505)
@@ -0,0 +1,1 @@
+link ../../dyn3d/iniprint.h
