<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://libisis.org/index.php?action=history&amp;feed=atom&amp;title=IXFdivide_Y</id>
	<title>IXFdivide Y - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://libisis.org/index.php?action=history&amp;feed=atom&amp;title=IXFdivide_Y"/>
	<link rel="alternate" type="text/html" href="http://libisis.org/index.php?title=IXFdivide_Y&amp;action=history"/>
	<updated>2026-04-30T20:59:51Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.13</generator>
	<entry>
		<id>http://libisis.org/index.php?title=IXFdivide_Y&amp;diff=2320&amp;oldid=prev</id>
		<title>Dean Whittaker at 08:54, 4 April 2008</title>
		<link rel="alternate" type="text/html" href="http://libisis.org/index.php?title=IXFdivide_Y&amp;diff=2320&amp;oldid=prev"/>
		<updated>2008-04-04T08:54:43Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This is an interface to the [[IXFarray_Y_divide_dataset_2d]] and [[IXFdataset_1d_Y_divide_dataset_2d]] methods.&lt;br /&gt;
&lt;br /&gt;
These subroutines will divide every column of an [[IXTdataset_2d]] object by either a scalar 1-D array or an [[IXTdataset_1d]] object. The order of the arguments is fixed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===F90 syntax===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;use IXMdataset_2d&lt;br /&gt;
use IXMdataset_1d&lt;br /&gt;
type(IXTdataset_2d):: d2d, wres&lt;br /&gt;
type(IXTdataset_1d):: d1d&lt;br /&gt;
real(dp)::scalar1d(:)&lt;br /&gt;
type(IXTstatus)::status&lt;br /&gt;
:&lt;br /&gt;
!using interface&lt;br /&gt;
call IXFdivide_Y(wres,d2d,scalar1d,status) ! wres=d2d/scalar1d&lt;br /&gt;
call IXFdivide_Y(wres,d2d,d1d,status) ! wres=d2d/d1d&lt;br /&gt;
&lt;br /&gt;
!using specific methods&lt;br /&gt;
call IXFarray_Y_divide_dataset_2d(wres,d2d,scalar1d,status) ! wres=d2d/scalar1d&lt;br /&gt;
call IXFdataset_1d_Y_divide_dataset_2d(wres,d2d,d1d,status) ! wres=d2d/d1d&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dean Whittaker</name></author>
	</entry>
</feed>