Deutsch English Français Italiano |
<vi4mo4$3g3dc$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!fu-berlin.de!eternal-september.org!feeder2.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: db <dieterhansbritz@gmail.com> Newsgroups: comp.lang.fortran Subject: TINY Date: Tue, 26 Nov 2024 14:42:12 -0000 (UTC) Organization: A noiseless patient Spider Lines: 17 Message-ID: <vi4mo4$3g3dc$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Tue, 26 Nov 2024 15:42:12 +0100 (CET) Injection-Info: dont-email.me; posting-host="4eb81fb92cfd810ba5f136a8acc70b9c"; logging-data="3673516"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19icEJPW2lHL1M0yUm98WwCevOJoqDXl5w=" User-Agent: Pan/0.149 (Bellevue; 4c157ba) Cancel-Lock: sha1:sQ4OfXi71dqm6KpLV2dn1WTUnSo= Bytes: 1195 I have been using the Fortran inbuilt function TINY (running gfortran) but now the compiler baulks: 5 | print '(" Tiny(1) =", es12.2)', TINY(1.0_dbl) | 1 Error: Syntax error in PRINT statement at (1) (I am defining dbl in a module). What is going on? rm X.out -- db