<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — jfix function?]]></title>
	<link rel="self" href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=562&amp;type=atom" />
	<updated>2016-06-07T20:47:24Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.approximatrix.com/viewtopic.php?id=562</id>
		<entry>
			<title type="html"><![CDATA[Re: jfix function?]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=2537#p2537" />
			<content type="html"><![CDATA[<p>The compiler wouldn&#039;t say it isn&#039;t recognized because, if it appears to be a function syntactically, the compiler wouldn&#039;t be able to determine if it were a function or possibly an array.&nbsp; Both would look the same to the compiler.&nbsp; The error message is the proper Fortran response to not understanding something like:</p><div class="codebox"><pre><code>i = jfix(x)</code></pre></div><p>There is no direct equivalent in our compiler.&nbsp; Can you determine why <em>jfix</em> is being used?&nbsp; It may make sense to use <em>floor</em> instead.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2016-06-07T20:47:24Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=2537#p2537</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[jfix function?]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=2535#p2535" />
			<content type="html"><![CDATA[<p>Hello,</p><p>I am in the process of getting the TRNSYS system to compile under Simply Fortran. I now run into an issue with the &#039;jfix&#039; function, the compiler complains it has no implicit type.</p><p>Error: Function &#039;jfix&#039; at (1) has no IMPLICIT type</p><p>I understand the jfix function is originally from DEC fortran, converting (almost) any argument to integer(4). </p><p>Interestingly, the compiler does not say the function is not recognized - but it is not defined in the project source files anywhere.</p><br /><p>Anybody knows about this?</p><p>Thanks!</p><p>Henk Witte</p>]]></content>
			<author>
				<name><![CDATA[henkwitte]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3674</uri>
			</author>
			<updated>2016-06-07T08:59:23Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=2535#p2535</id>
		</entry>
</feed>
