Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
MeshConvert.cpp File Reference
#include <iostream>
#include <string>
Include dependency graph for MeshConvert.cpp:

Go to the source code of this file.

Functions

int main ()
 

Variables

std::string errMsg
 

Function Documentation

int main ( )

Definition at line 50 of file MeshConvert.cpp.

References errMsg.

51 {
52  std::cout << errMsg;
53  return 1;
54 }
std::string errMsg
Definition: MeshConvert.cpp:39

Variable Documentation

std::string errMsg
Initial value:
=
"MeshConvert\n"
"-----------\n"
"If you're seeing this message, you tried to run the MeshConvert executable.\n\n"
"From version 4.3 onwards, MeshConvert has been renamed NekMesh. This has\n"
"been done because MeshConvert now incorporates mesh generation features,\n"
"which takes it beyond the realm of a converter.\n\n"
"Note that the usage of NekMesh is functionally identical to MeshConvert. You\n"
"simply need to change the program name to NekMesh.\n\n"
"This placeholder program will be removed in v4.4.\n"

Definition at line 39 of file MeshConvert.cpp.

Referenced by main().