5 #ifndef PC_MAP_CONFIG_H
6 #define PC_MAP_CONFIG_H
25 PCMapConfig(
int _boxSize,
PeListFactory _getPeList,
MapType2 *_gSpaceMap,
bool _isTorusMap,
bool _isTorusFake,
inttriple _mapOffset): boxSize(_boxSize), getPeList(_getPeList), gSpaceMap(_gSpaceMap), isTorusMap(_isTorusMap), isTorusFake(_isTorusFake), mapOffset(_mapOffset)
32 #endif // PC_MAP_CONFIG_H
A container for assorted mapping inputs to pass around easily.
Author: Eric J Bohm Date Created: June 4th, 2006.
Hacky solution to passing a PeList to GSpace(0,0) for use in paircalc mapping without actually having...
Author: Eric J Bohm Date Created: June 4th, 2006.
Author: Eric J Bohm Date Created: May 31, 2006.