Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
ReadSmf.cpp File Reference
#include <cassert>
#include <cstdlib>
#include <iostream>
#include "ReadSmf.hpp"
#include "moab/Range.hpp"
#include "Internals.hpp"
#include "moab/Interface.hpp"
#include "moab/ReadUtilIface.hpp"
#include "moab/FileOptions.hpp"
#include "AffineXform.hpp"
+ Include dependency graph for ReadSmf.cpp:

Go to the source code of this file.

Namespaces

 moab
 Class representing axis-aligned bounding box.
 

Functions

static int streq (const char *a, const char *b)
 

Function Documentation

◆ streq()

static int streq ( const char *  a,
const char *  b 
)
inlinestatic

Definition at line 38 of file ReadSmf.cpp.

39 {
40  return strcmp( a, b ) == 0;
41 }

Referenced by moab::ReadSmf::annotation(), and moab::ReadSmf::parse_line().