# # MoleCuilder - creates and alters molecular systems # Copyright (C) 2008-2012 University of Bonn # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # # # MoleCuilder - creates and alters molecular systems # Copyright (C) 2008-2012 University of Bonn # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # AT_BANNER([MoleCuilder - simulation domain]) # define box setting m4_include([Domain/ChangeBox/testsuite-domain-change-box.at]) # bound atoms in defined domain m4_include([Domain/BoundInBox/testsuite-domain-bound-in-box.at]) # center atoms in defined domain m4_include([Domain/CenterInBox/testsuite-domain-center-in-box.at]) # center atoms with defined boundary m4_include([Domain/AddEmptyBoundary/testsuite-domain-add-empty-boundary.at]) # center atoms and adjusting boundary m4_include([Domain/CenterOnEdge/testsuite-domain-center-on-edge.at]) # scaling box m4_include([Domain/ScaleBox/testsuite-domain-scale-box.at]) # duplicating box m4_include([Domain/RepeatBox/testsuite-domain-repeat-box.at]) # set boundary conditions m4_include([Domain/SetBoundaryConditions/testsuite-domain-set-boundary-conditions.at])