Changeset 10648


Ignore:
Timestamp:
05/10/11 14:10:27 (14 years ago)
Author:
tbretz
Message:
Initialize DIM's environment variables through Dim::Setup
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/dataLogger.cc

    r10635 r10648  
    4343 //****************************************************************
    4444#include "FACT.h"
     45#include "Dim.h"
    4546#include "Event.h"
    4647#include "Time.h"
     
    21362137    }
    21372138
    2138     setenv("DIM_DNS_NODE", conf.Get<string>("dns").c_str(), 1);
     2139    Dim::Setup(conf.Get<string>("dns"));
    21392140
    21402141    try
Note: See TracChangeset for help on using the changeset viewer.