swarm-support
[Top][All Lists]
Advanced

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

Re: Batch mode option + customized option


From: Marcus G. Daniels
Subject: Re: Batch mode option + customized option
Date: 24 May 2000 15:38:36 -0700
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

>>>>> "AO" == Akiko Ogawa <- RS/GIS lab <address@hidden>> writes:
      
AO> topLevelSwarm = [CoyoteObserverSwarm create: globalZone];

Ok, change "create" to "createBegin" and replace `parse' with:

  int parse (int key, const char *arg)
    {
      if (key == 'T')
        {
          timesteps = strtoul (arg, NULL, 10);
          return 0;
        }
      return ARGP_ERR_UNKNOWN;
    }



                  ==================================
   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]