[kepler-dev] Documentation: ptolemy.domains.ct.lib.integrator

Glen Jarvis glen at glenjarvis.com
Tue Mar 27 19:31:21 PDT 2007


Christopher,
    How do you feel about the change suggested below in the  
ptolemy.domains.ct.lib.integrator (spelling out w.r.t.). Is this too  
picky? Personally, I think it's more clear to spell out and not assume:


WAS:


//////////////////////////////////////////////////////////////////////////
//// Integrator

/**
  An integrator in the continuous time (CT) domain.
  This actor has one input port and one output port. Conceptually,
  the input is the derivative of the output w.r.t. time. So an ordinary
  differential equation dx/dt = f(x, t) can be built by:
  <P>
  <pre>



SUGGESTED:

//////////////////////////////////////////////////////////////////////////
//// Integrator

/**
  An integrator in the continuous time (CT) domain.
  This actor has one input port and one output port. Conceptually,
  the input is the derivative of the output with respect to time.
  So an ordinary differential equation dx/dt = f(x, t) can be built
  by:
  <P>
  <pre>



Cheers,


Glen
-- 
913-486-8775
glen at glenjarvis.com
http://www.glenjarvis.com

"You must be the change you wish to see in the world." -M. Gandhi







More information about the Kepler-dev mailing list