Index: trunk/LMDZ.COMMON/libf/evolution/output.F90
===================================================================
--- trunk/LMDZ.COMMON/libf/evolution/output.F90	(revision 4170)
+++ trunk/LMDZ.COMMON/libf/evolution/output.F90	(revision 4180)
@@ -16,5 +16,5 @@
 ! DEPENDENCIES
 ! ------------
-use numerics, only: dp, di, k4, minieps
+use numerics, only: dp, di, k4, eps
 
 ! DECLARATION
@@ -469,5 +469,5 @@
 
 ! If output timing not met, return
-if (abs(mod(idt,output_rate)) > minieps) return
+if (abs(mod(idt,output_rate)) > eps) return
 
 ! If it is the first writing of the current timestep
