- Timestamp:
- 11/07/06 18:25:48 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/applications/NXtranslate/sns_histogram/string_location_format.cpp
r759 r788 9 9 using std::runtime_error; 10 10 using std::invalid_argument; 11 12 /**13 * \brief This function format the string location to be able to work14 * on it (remove white spaces....)15 *16 * \param location (INPUT) is the string location as found in the17 * translation file18 * \param new_location (OUTPUT) is the string location formated19 */20 void format_string_location(const string & location,21 string & new_location)22 {23 without_white_spaces(location, new_location);24 return;25 }26 11 27 12 /**
Note: See TracChangeset
for help on using the changeset viewer.
