[Remoterengine-commits] r160 - pkg/RemoteREngine/inst/java_src/src/common/org/rosuda/REngine/remote/common

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Sep 20 17:46:15 CEST 2009


Author: ian_long
Date: 2009-09-20 17:46:15 +0200 (Sun, 20 Sep 2009)
New Revision: 160

Modified:
   pkg/RemoteREngine/inst/java_src/src/common/org/rosuda/REngine/remote/common/RemoteREngineConstants.java
Log:
Added NaN string to the constants

Modified: pkg/RemoteREngine/inst/java_src/src/common/org/rosuda/REngine/remote/common/RemoteREngineConstants.java
===================================================================
--- pkg/RemoteREngine/inst/java_src/src/common/org/rosuda/REngine/remote/common/RemoteREngineConstants.java	2009-09-18 14:20:22 UTC (rev 159)
+++ pkg/RemoteREngine/inst/java_src/src/common/org/rosuda/REngine/remote/common/RemoteREngineConstants.java	2009-09-20 15:46:15 UTC (rev 160)
@@ -41,4 +41,6 @@
 	
 	/** The default port for the RMI Server instance to bind to */
 	public static final int DEFAULTSERVERPORT = 0;  // RMI Dynamically allocates a port number
+	/** Representation of the NA string returned by REngine */
+	public static final String NAN = "NaN";
 }



More information about the Remoterengine-commits mailing list