On 2011-10-26 11:03-0700 Alan W. Irwin wrote:
> On 2011-10-26 11:53+0100 Steve Schwartz wrote:
>
>> While I'm writing, if someone does try to put together a tutorial
>> system/prescription, and even if they don't, a very simple real working
>> example would be a good addition. The various examples
On 2011-10-21 21:01-0600 Maurice LeBrun wrote:
> On Friday, October 21, 2011 at 19:43:14 (-0700) Alan W. Irwin writes:
> > Hi Maurice:
> >
> > On 2011-10-21 18:32-0600 Maurice LeBrun wrote:
> >
> > > On Friday, October 21, 2011 at 10:43:56 (-0700) Alan W. Irwin writes:
> > > > If I don't hear any
On 2011-10-26 11:53+0100 Steve Schwartz wrote:
> While I'm writing, if someone does try to put together a tutorial
> system/prescription, and even if they don't, a very simple real working
> example would be a good addition. The various examples shiped with
> plplot are a really excellent and fair
On 2011-10-26 13:35+0200 Arjen Markus wrote:
> Hi Alan,
>
> that is most definitely possible:
>
> function range( n )
>integer :: n
>
>real(plflt), dimension(n) :: range
>
>range = (/ (i, i=1,n) /)
> end function range
>
> I will introduce that function and maybe some others as well.
Hi Alan,
that is most definitely possible:
function range( n )
integer :: n
real(plflt), dimension(n) :: range
range = (/ (i, i=1,n) /)
end function range
I will introduce that function and maybe some others as well.
Regards,
Arjen
On 2011-10-26 10:19, Alan W. Irwin wrote:
>
Alan,
Apologies, this was originally sent from my home personal email account
by mistake, hence the bounce. Here it is again. (with a top-post
addendum)
While I'm writing, if someone does try to put together a tutorial
system/prescription, and even if they don't, a very simple real working
exampl
On 2011-10-26 08:51+0200 Arjen Markus wrote:
> Hi Alan,
>
> I have reworked example x01 with this [using higher-level aspects of
> Fortran 95] in mind. Some more changes are
> possible, but what do you think of it? The implied do-loops to get
> data into the arrays are perhaps a bit overdone, but
On Wed, Oct 26, 2011 at 08:51:56AM +0200, Arjen Markus wrote:
> Hi Alan,
>
> On 2011-10-19 19:39, Alan W. Irwin wrote:
> > Hi Arjen:
> >
> > Now that you have put in a notice in README.release about the future
> > deprecation of our f77 bindings and examples, and Andrew has done such
> > great wo