Deutsch English Français Italiano |
<vi4qjp$3gosf$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!weretis.net!feeder8.news.weretis.net!newsfeed.xs3.de!ereborbbs.duckdns.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: "Steven G. Kargl" <sgk@REMOVEtroutmask.apl.washington.edu> Newsgroups: comp.lang.fortran Subject: Re: TINY Date: Tue, 26 Nov 2024 15:48:09 -0000 (UTC) Organization: A noiseless patient Spider Lines: 23 Message-ID: <vi4qjp$3gosf$1@dont-email.me> References: <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 16:48:10 +0100 (CET) Injection-Info: dont-email.me; posting-host="2115f0c95b70fd0240be33e32b0d25f2"; logging-data="3695503"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/J8SoQ+5e/TM4cUbNEgR1L" User-Agent: Pan/0.145 (Duplicitous mercenary valetism; d7e168a git.gnome.org/pan2) Cancel-Lock: sha1:0aIQRKebrtWi/sbuYlTxt92iSA4= Bytes: 1603 On Tue, 26 Nov 2024 14:42:12 +0000, db wrote: > 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? Do you have an unprintable control character somewhere in that line of code? Kind of hard to say anything more without seeing a minimum complete code. What version of gfortran and what OS and hardware? -- steve