BornAgain  1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
TString.h
Go to the documentation of this file.
1 #ifndef BA_TSTRING_H
2 #define BA_TSTRING_H
3 
4 #include <string>
5 
6 typedef std::string TString;
7 
8 #endif
9 
std::string TString
Definition: TString.h:6