Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Panzer_STK_TransformBCNameForIOSS.hpp
Go to the documentation of this file.
1 #ifndef PANZER_TRANSFORM_BC_NAME_FOR_IOSS
2 #define PANZER_TRANSFORM_BC_NAME_FOR_IOSS
3 
4 #include "PanzerAdaptersSTK_config.hpp"
5 #include <string>
6 
7 namespace panzer_stk {
16  std::string transformBCNameForIOSS(std::string& bc_name);
17 }
18 
19 #endif
std::string transformBCNameForIOSS(std::string &bc_name)