MFEM  v4.6.0
Finite element discretization library
Functions
mfem::vtk_xml Namespace Reference

Functions

bool StringCompare (const char *s1, const char *s2)
 

Function Documentation

◆ StringCompare()

bool mfem::vtk_xml::StringCompare ( const char *  s1,
const char *  s2 
)

Return false if either string is NULL or if the strings differ, return true if the strings are the same.

Definition at line 664 of file mesh_readers.cpp.