<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — module]]></title>
		<link>https://forums.approximatrix.com/viewtopic.php?id=752</link>
		<atom:link href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=752&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in module.]]></description>
		<lastBuildDate>Mon, 25 May 2020 22:16:32 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: module]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=3491#p3491</link>
			<description><![CDATA[<p>Thanks Jeff,&nbsp; I followed your instructions and everything is ok</p>]]></description>
			<author><![CDATA[null@example.com (syoung)]]></author>
			<pubDate>Mon, 25 May 2020 22:16:32 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=3491#p3491</guid>
		</item>
		<item>
			<title><![CDATA[Re: module]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=3490#p3490</link>
			<description><![CDATA[<p>I think more of the output when compiling would help, but the code sample you provided isn&#039;t a program.&nbsp; Simply Fortran was attempting to compile an executable, but there is no program in that sample.&nbsp; You would probably want to create another Fortran file, add it to your project, and have it &quot;use&quot; your module, such as:</p><div class="codebox"><pre><code>program doublepi
use math_module
implicit none

    Print *, &quot;Pi times two is&quot;, 2*pi

end program doublepi</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Mon, 25 May 2020 21:27:11 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=3490#p3490</guid>
		</item>
		<item>
			<title><![CDATA[module]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=3489#p3489</link>
			<description><![CDATA[<p>I&#039;m a relative new user of SF and having problems in compiling a simple module unit. The program is as follows:</p><p>&nbsp; module math_ module<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; implicit none<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; real, public, parameter:: pi = 3.141592<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; real, public, parameter::&nbsp; e = 2.718281<br />&nbsp; end module math_ module</p><p>I hope you can help me. Thanks <br />version f03&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />ERROR: Last command (target.exe) returned bad status</p>]]></description>
			<author><![CDATA[null@example.com (syoung)]]></author>
			<pubDate>Mon, 25 May 2020 19:32:47 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=3489#p3489</guid>
		</item>
	</channel>
</rss>
