STORMM Source Documentation
Loading...
Searching...
No Matches
structure_utils.h
1// -*-c++-*-
2#ifndef STORMM_STRUCTURE_UTILS_H
3#define STORMM_STRUCTURE_UTILS_H
4
5#include "copyright.h"
6
7namespace stormm {
8namespace structure {
9
16void coordinateBoundsCheck(const int lower_limit, const int upper_limit, const int natom,
17 const char* caller = nullptr);
18
19} // namespace structure
20} // namespace stormm
21
22#endif