From chemistry-request:~at~:ccl.net Fri Jul 30 14:48:09 2004 Received: from prserv.net (asmtp2.prserv.net [32.97.166.52]) by server.ccl.net (8.12.8/8.12.8) with ESMTP id i6UJm2qv014704 for ; Fri, 30 Jul 2004 14:48:04 -0500 Received: from attglobal.net (dhcp065-026-183-145.indy.rr.com[65.26.183.145]) by prserv.net (asmtp2) with SMTP id <2004073019550725205ommm3e> (Authid: usinet.jmmckel); Fri, 30 Jul 2004 19:55:07 +0000 Message-ID: <410A661C.286A0BE0$at$attglobal.net> Date: Fri, 30 Jul 2004 16:15:40 +0100 From: john Reply-To: jmmckel$at$attglobal.net X-Mailer: Mozilla 4.51 [en]C-CCK-MCD (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: chemistry$at$ccl.net Subject: F95 to f90 converter Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=3.3 required=7.5 tests=DATE_IN_PAST_03_06, RCVD_IN_DYNABLOCK,RCVD_IN_SORBS autolearn=no version=2.61 X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on servernd.ccl.net Folks, I have a small f95 code given to me, but only f77/f90 compilers for both Linux and Windows. There is a free g95 compiler out there that _almost_ compiles the code I have... For purposes of interfacing this code with my existing f77/f90 code at the moment I prefer to convert the code to f77/f90... I've seen f77->f90, and maybe f90->f95, but not the reverse... Any suggestions would be most appreciated.. John McKelvey