<?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=IXFmake_dataset_2d</id>
	<title>IXFmake dataset 2d - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://libisis.org/index.php?action=history&amp;feed=atom&amp;title=IXFmake_dataset_2d"/>
	<link rel="alternate" type="text/html" href="http://libisis.org/index.php?title=IXFmake_dataset_2d&amp;action=history"/>
	<updated>2026-04-30T23:23:01Z</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=IXFmake_dataset_2d&amp;diff=2322&amp;oldid=prev</id>
		<title>Dean Whittaker at 08:58, 4 April 2008</title>
		<link rel="alternate" type="text/html" href="http://libisis.org/index.php?title=IXFmake_dataset_2d&amp;diff=2322&amp;oldid=prev"/>
		<updated>2008-04-04T08:58:15Z</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 a special creation subroutine, which when given the appropriate characteristics of an [[IXTdataset_2d]] object (lengths x/y dimension, x/y histogram and x/y distribution data flags) will assign memory for its elements but not populate any arrays. The [[IXTdataset_2d]] object may then be filled with data in another function/subroutine.&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;
&lt;br /&gt;
type(IXTdataset_2d)::dataset_2d&lt;br /&gt;
integer(i4b)::nx ! length of x array of dataset_2d object to be created&lt;br /&gt;
integer(i4b)::ny ! length of y array of dataset_2d object to be created&lt;br /&gt;
logical::xhist ! x_histogram flag of dataset_2d object to be created&lt;br /&gt;
logical::xdist ! x_distribtion of dataset_2d object to be created&lt;br /&gt;
logical::yhist ! y_histogram flag of dataset_2d object to be created&lt;br /&gt;
logical::ydist ! y_distribtion of dataset_2d object to be created&lt;br /&gt;
type(IXTstatus)::status&lt;br /&gt;
:&lt;br /&gt;
:&lt;br /&gt;
call IXFmake_dataset_2d(dataset_2d,nx,ny,xdist,xhist,ydist,yhist,status)&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dean Whittaker</name></author>
	</entry>
</feed>