Differences between revisions 4 and 5
Revision 4 as of 2007-11-08 03:16:01
Size: 142
Editor: AlfonsoReyes
Comment:
Revision 5 as of 2007-11-08 03:16:34
Size: 158
Editor: AlfonsoReyes
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
||xCoord = Double[25]||{{{#!python xCoord = jarray.zeros(25, "d")}}} || ||{{{#!pythonxCoord = Double[25] }}}||{{{#!python xCoord = jarray.zeros(25, "d") }}} ||

Describe ComparisonJavaJython here.

Java

Jython

#!pythonxCoord = Double[25] 

#!python xCoord = jarray.zeros(25, "d") 

ComparisonJavaJython (last edited 2009-08-23 20:01:21 by AlfonsoReyes)