<html>Dear developers,<br />Here is a small warning when compiling LAXlib:<br /><br />mp_diag.f90:41:37:<br />   LOGICAL, SAVE :: lax_is_initialized = .false.                                  1<br />Warning: Legacy Extension: Duplicate SAVE attribute specified at (1)<br /><br />The SAVE is not needed as it is already written under the 'IMPLICITE NONE'<br /><br /><br />Friendly,<br /><br />Antoine Jay</html>