Changeset 569 for applications/bdmtoolbox/mex
- Timestamp:
- 08/20/09 00:54:47 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
applications/bdmtoolbox/mex/merger.cpp
r568 r569 93 93 } 94 94 catch (UIException &e) { 95 shared_ptr< epdf> g0 = UI::build<epdf> (Cfg, "Support");96 Merger->set_support (* g0, 100);95 shared_ptr<discrete_support> DisSup = UI::build<discrete_support> (Cfg, "Support"); 96 Merger->set_support (*DisSup); 97 97 } 98 98 // COMPUTE RESULTS