swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FArguments follow up


From: pauljohn
Subject: Re: FArguments follow up
Date: Wed, 25 Jul 2001 23:53:42 -0500

"Marcus G. Daniels" wrote:
> 
> >>>>> "PJ" == pauljohn  <address@hidden> writes:
> 
> PJ> but no matter what I do, I can't get it to accept the double
> PJ> argument. Can you explain why?
> 
> On second thought, I can:

Yes this does fix it!  Now I'll see if I can make the general
purpose createCall method work for all types of argument vectors
and get back to you.

In 17 words or less, possibly in the form of a haiku, can you
explain why this variable set as float causes the malfunction
when using the gcj and not javacswarm?

pj

ps: my favorite from the legendary Spam Haiku archive:

I put on my shoes
But remembered too late
My secret spam stash

> 
> ***************
> *** 22,28 ****
>     Schedule schedule;
>     Schedule stopSchedule;
> 
> !   public void stepArg (float val) {
>       System.out.println ("next @ " + Globals.env.getCurrentTime
>   () +
>                           " val: " + val);
> --- 22,28 ----
>     Schedule schedule;
>     Schedule stopSchedule;
> 
> !   public void stepArg (double val) {
>       System.out.println ("next @ " + Globals.env.getCurrentTime
>   () +
>                           " val: " + val);
> 
>                   ==================================

-- 
Paul E. Johnson                       email: address@hidden
Dept. of Political Science           
http://lark.cc.ukans.edu/~pauljohn
University of Kansas                  Office: (785) 864-9086
Lawrence, Kansas 66045                FAX: (785) 864-5700

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]