Changeset 10646
- Timestamp:
- 05/10/11 14:09:16 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/fact.cc
r10629 r10646 2 2 3 3 #include "src/FACT.h" 4 #include "src/Dim.h" 4 5 #include "src/Configuration.h" 5 6 … … 82 83 } 83 84 84 // To allow overwriting of DIM_DNS_NODE set 0 to 1 85 setenv("DIM_DNS_NODE", conf.Get<string>("dns").c_str(), 1); 86 85 Dim::Setup(conf.Get<string>("dns")); 87 86 88 87 QApplication app(argc, const_cast<char**>(argv));
Note:
See TracChangeset
for help on using the changeset viewer.