<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://sobereva.com/wfnbbs/extern.php?action=feed&amp;tid=834&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Multiwfn forum / Update to procgriddata.f90]]></title>
		<link>http://sobereva.com/wfnbbs/viewtopic.php?id=834</link>
		<description><![CDATA[The most recent posts in Update to procgriddata.f90.]]></description>
		<lastBuildDate>Wed, 24 May 2023 17:42:15 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Update to procgriddata.f90]]></title>
			<link>http://sobereva.com/wfnbbs/viewtopic.php?pid=3175#p3175</link>
			<description><![CDATA[<p>Thanks!</p>]]></description>
			<author><![CDATA[dummy@example.com (kjelljorner)]]></author>
			<pubDate>Wed, 24 May 2023 17:42:15 +0000</pubDate>
			<guid>http://sobereva.com/wfnbbs/viewtopic.php?pid=3175#p3175</guid>
		</item>
		<item>
			<title><![CDATA[Re: Update to procgriddata.f90]]></title>
			<link>http://sobereva.com/wfnbbs/viewtopic.php?pid=3174#p3174</link>
			<description><![CDATA[<p>OK, the source code will be updated in the next release.</p>]]></description>
			<author><![CDATA[dummy@example.com (sobereva)]]></author>
			<pubDate>Wed, 24 May 2023 15:55:30 +0000</pubDate>
			<guid>http://sobereva.com/wfnbbs/viewtopic.php?pid=3174#p3174</guid>
		</item>
		<item>
			<title><![CDATA[Update to procgriddata.f90]]></title>
			<link>http://sobereva.com/wfnbbs/viewtopic.php?pid=3173#p3173</link>
			<description><![CDATA[<p>The file procgriddata.f90 has a current non-standard comparison between logicals that causes the following error with GFortran. </p><p>&quot;Error: Logicals at (1) must be compared with .eqv. instead of ==&quot;</p><p>This currently prevents the build of <a href="https://github.com/digital-chemistry-laboratory/multiwfn-mac-build" rel="nofollow">https://github.com/digital-chemistry-la … -mac-build</a>. It can be updated like this:</p><p>-&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; write(10,*) count(cub_do==.true.)<br />+&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; write(10,*) count(cub_do .eqv. .true.)^M</p>]]></description>
			<author><![CDATA[dummy@example.com (kjelljorner)]]></author>
			<pubDate>Wed, 24 May 2023 15:23:53 +0000</pubDate>
			<guid>http://sobereva.com/wfnbbs/viewtopic.php?pid=3173#p3173</guid>
		</item>
	</channel>
</rss>
