Issues.00043 - lordmundi/wikidoctest GitHub Wiki

00043: remove hard-coding of API file in cev_overlay_comm

« 00042 | Issues | 00044 »

Summary: remove hard-coding of API file in cev_overlay_comm

Created: 2007–06–01 11:11

Status: Released

Category: Request

From: frankie

Version: 1.0

Released_In: 1.1

Description:
cev_overlay_comm.tcl sets a variable called "cev_api_file" to ${DOUG_HOME}/sim_data/cev_graphics.api.

This should probably be set as an environment variable to make it changeable by the userdata mechanism (user_env.csh).


Comments


« 00042 | Issues | 00044 »

Associated Commits

| commit | 7a8f513e65ac4446f259aa430cc32e7a47080fd4 link5 | || | Author: | Frank Graffagnino | | Date: | Fri Jun 1 11:23:10 2007 -0500 | | Message: | [@Issue 00043: Fixed hardcoding of api file - added api file env var Added DOUG_API_FILE env variable to .doug_cshrc and updated cev_overlay_comm.tcl to use it. Also updated simdatadlg.tcl to initialize the apifile selection to that variable if it exists which will be one less selection for people. @] |

Affected Files:

.doug_cshrc              |  3 +++
 gui/cev_overlay_comm.tcl |  2 ±
 gui/simdatadlg.tcl       | 10 ++++++++±
 3 files changed, 13 insertions(+), 2 deletions(-)