Index: trunk/src/tmcsim/cadsimulator/Coordinator.java
===================================================================
--- trunk/src/tmcsim/cadsimulator/Coordinator.java	(revision 407)
+++ trunk/src/tmcsim/cadsimulator/Coordinator.java	(revision 416)
@@ -98,7 +98,5 @@
      * The name of the file where the simulation clock time is written
      */
-    private String kSimClockFilename = "webapps" + 
-            System.getProperty("file.separator") + "dynamicdata" + 
-            System.getProperty("file.separator") + "sim_elapsedtime.json";        
+    private String kSimClockFilename;
     /**
      * Error logger.
@@ -125,5 +123,5 @@
      * Constructor. Call UnicastRemoteObject constructor and call
      * initializeSimulation.
-     *
+     * @param simTimeFilename name of the file where the simulation clock time is written
      * @throws RemoteException
      */
