STORMM Source Documentation
Loading...
Searching...
No Matches
src
Structure
structure_utils.h
1
// -*-c++-*-
2
#ifndef STORMM_STRUCTURE_UTILS_H
3
#define STORMM_STRUCTURE_UTILS_H
4
5
#include "copyright.h"
6
7
namespace
stormm {
8
namespace
structure {
9
16
void
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
Generated by
1.13.2