Changeset 5759 for code/trunk/src/libraries/core/Core.cc
- Timestamp:
- Sep 21, 2009, 9:17:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/Core.cc
r5747 r5759 196 196 /** 197 197 @brief 198 Temporary sets the data path198 Temporary sets the external data path 199 199 @param path 200 200 The new data path … … 202 202 void tsetExternalDataPath(const std::string& path) 203 203 { 204 dataPath_ = boost::filesystem::path(path);204 externalDataPath_ = boost::filesystem::path(path); 205 205 } 206 206
Note: See TracChangeset
for help on using the changeset viewer.