Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
7f98d2cd
Commit
7f98d2cd
authored
May 16, 2009
by
Mark Friedrichs
Browse files
License header changes
parent
0b4ce03d
Changes
11
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
140 additions
and
189 deletions
+140
-189
platforms/brook/tests/CMakeLists.txt
platforms/brook/tests/CMakeLists.txt
+19
-2
platforms/brook/tests/TestBrookAngleBondForce.cpp
platforms/brook/tests/TestBrookAngleBondForce.cpp
+13
-22
platforms/brook/tests/TestBrookCMMotionRemover.cpp
platforms/brook/tests/TestBrookCMMotionRemover.cpp
+12
-21
platforms/brook/tests/TestBrookHarmonicBondForce.cpp
platforms/brook/tests/TestBrookHarmonicBondForce.cpp
+12
-21
platforms/brook/tests/TestBrookLangevinIntegrator.cpp
platforms/brook/tests/TestBrookLangevinIntegrator.cpp
+12
-21
platforms/brook/tests/TestBrookNonbondedForce.cpp
platforms/brook/tests/TestBrookNonbondedForce.cpp
+12
-17
platforms/brook/tests/TestBrookPeriodicTorsionForce.cpp
platforms/brook/tests/TestBrookPeriodicTorsionForce.cpp
+12
-17
platforms/brook/tests/TestBrookRBTorsionForce.cpp
platforms/brook/tests/TestBrookRBTorsionForce.cpp
+12
-17
platforms/brook/tests/TestBrookStream.cpp
platforms/brook/tests/TestBrookStream.cpp
+12
-17
platforms/brook/tests/TestBrookVerletIntegrator.cpp
platforms/brook/tests/TestBrookVerletIntegrator.cpp
+12
-17
platforms/brook/tests/TstBrookGBSAOBCForce.cpp
platforms/brook/tests/TstBrookGBSAOBCForce.cpp
+12
-17
No files found.
platforms/brook/tests/CMakeLists.txt
View file @
7f98d2cd
...
@@ -23,7 +23,7 @@ ENDIF(LOG)
...
@@ -23,7 +23,7 @@ ENDIF(LOG)
INCLUDE
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/../brook-cmake/FindBrook.cmake
)
INCLUDE
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/../brook-cmake/FindBrook.cmake
)
SET
(
BROOK_LIB brookStatic
)
#
SET(BROOK_LIB brookStatic)
SET
(
OpenMM_BROOK_LIBRARY_NAME OpenMM_Brook
)
SET
(
OpenMM_BROOK_LIBRARY_NAME OpenMM_Brook
)
...
@@ -66,7 +66,8 @@ FOREACH(TEST_PROG ${TEST_PROGS})
...
@@ -66,7 +66,8 @@ FOREACH(TEST_PROG ${TEST_PROGS})
PROPERTIES
PROPERTIES
COMPILE_FLAGS
"-DOPENMM_USE_STATIC_LIBRARIES"
COMPILE_FLAGS
"-DOPENMM_USE_STATIC_LIBRARIES"
)
)
TARGET_LINK_LIBRARIES
(
${
TEST_STATIC
}
${
STATIC_TARGET
}
${
STATIC_BROOK_TARGET
}
${
BROOK_LIB
}
)
# TARGET_LINK_LIBRARIES(${TEST_STATIC} ${STATIC_TARGET} ${STATIC_BROOK_TARGET} ${BROOK_LIB})
TARGET_LINK_LIBRARIES
(
${
TEST_STATIC
}
${
STATIC_TARGET
}
${
STATIC_BROOK_TARGET
}
)
ADD_TEST
(
${
TEST_STATIC
}
${
EXECUTABLE_OUTPUT_PATH
}
/
${
TEST_STATIC
}
)
ADD_TEST
(
${
TEST_STATIC
}
${
EXECUTABLE_OUTPUT_PATH
}
/
${
TEST_STATIC
}
)
ENDIF
(
INCLUDE_BROOK_STATIC
)
ENDIF
(
INCLUDE_BROOK_STATIC
)
...
@@ -86,6 +87,22 @@ IF(LOG)
...
@@ -86,6 +87,22 @@ IF(LOG)
FILE
(
APPEND
${
LOG_FILE
}
"TestBrookGBSAOBCForce
${
EXECUTABLE_OUTPUT_PATH
}
/TestBrookGBSAOBCForce "
${
CMAKE_CURRENT_SOURCE_DIR
}
/ObcInfo.txt
"
\n\n
"
)
FILE
(
APPEND
${
LOG_FILE
}
"TestBrookGBSAOBCForce
${
EXECUTABLE_OUTPUT_PATH
}
/TestBrookGBSAOBCForce "
${
CMAKE_CURRENT_SOURCE_DIR
}
/ObcInfo.txt
"
\n\n
"
)
ENDIF
(
LOG
)
ENDIF
(
LOG
)
SET
(
TEST_ROOT TstBrookGBSAOBCForce
)
SET
(
TEST_PROG TstBrookGBSAOBCForce.cpp
)
SET
(
TEST_STATIC
${
TEST_ROOT
}
Static
)
IF
(
INCLUDE_BROOK_STATIC
)
ADD_EXECUTABLE
(
${
TEST_STATIC
}
${
TEST_PROG
}
)
SET_TARGET_PROPERTIES
(
${
TEST_STATIC
}
PROPERTIES
COMPILE_FLAGS
"-DOPENMM_USE_STATIC_LIBRARIES"
)
TARGET_LINK_LIBRARIES
(
${
TEST_STATIC
}
${
STATIC_TARGET
}
${
STATIC_BROOK_TARGET
}
)
ADD_TEST
(
${
TEST_STATIC
}
"
${
EXECUTABLE_OUTPUT_PATH
}
/TestBrookGBSAOBCForceStatic"
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/ObcInfo.txt"
)
ENDIF
(
INCLUDE_BROOK_STATIC
)
IF
(
LOG
)
FILE
(
APPEND
${
LOG_FILE
}
"TestBrookGBSAOBCForce
${
EXECUTABLE_OUTPUT_PATH
}
/TestBrookGBSAOBCForce "
${
CMAKE_CURRENT_SOURCE_DIR
}
/ObcInfo.txt
"
\n\n
"
)
ENDIF
(
LOG
)
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
IF
(
LOG
)
IF
(
LOG
)
...
...
platforms/brook/tests/TestBrookAngleBondForce.cpp
View file @
7f98d2cd
...
@@ -6,33 +6,24 @@
...
@@ -6,33 +6,24 @@
* Biological Structures at Stanford, funded under the NIH Roadmap for *
* Biological Structures at Stanford, funded under the NIH Roadmap for *
* Medical Research, grant U54 GM072970. See https://simtk.org. *
* Medical Research, grant U54 GM072970. See https://simtk.org. *
* *
* *
* Portions copyright (c) 200
8
Stanford University and the Authors. *
* Portions copyright (c) 200
9
Stanford University and the Authors. *
* Authors: Mark Friedrichs
*
* Authors:
Peter Eastman,
Mark Friedrichs *
* Contributors: *
* Contributors: *
* *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* This program is free software: you can redistribute it and/or modify *
* copy of this software and associated documentation files (the "Software"), *
* it under the terms of the GNU Lesser General Public License as published *
* to deal in the Software without restriction, including without limitation *
* by the Free Software Foundation, either version 3 of the License, or *
* the rights to use, copy, modify, merge, publish, distribute, sublicense, *
* (at your option) any later version. *
* and/or sell copies of the Software, and to permit persons to whom the *
* Software is furnished to do so, subject to the following conditions: *
* *
* *
* The above copyright notice and this permission notice shall be included in *
* This program is distributed in the hope that it will be useful, *
* all copies or substantial portions of the Software. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Lesser General Public License for more details. *
* *
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* You should have received a copy of the GNU Lesser General Public License *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *
* THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
/**
* This tests the Brook harmonic angle bond force/energy
*/
#include <vector>
#include <vector>
#include "../../../tests/AssertionUtilities.h"
#include "../../../tests/AssertionUtilities.h"
...
@@ -67,7 +58,7 @@ void testBrookAngles( FILE* log ){
...
@@ -67,7 +58,7 @@ void testBrookAngles( FILE* log ){
if
(
PrintOn
){
if
(
PrintOn
){
(
void
)
fprintf
(
log
,
"%s
\n
"
,
methodName
.
c_str
()
);
(
void
)
fflush
(
log
);
(
void
)
fprintf
(
log
,
"%s
\n
"
,
methodName
.
c_str
()
);
(
void
)
fflush
(
log
);
}
}
fprintf
(
stderr
,
"%s xxxx
\n
"
,
methodName
.
c_str
()
);
fflush
(
stderr
);
BrookPlatform
platform
(
32
,
"cal"
,
log
);
BrookPlatform
platform
(
32
,
"cal"
,
log
);
System
system
;
System
system
;
for
(
int
i
=
0
;
i
<
numberOfParticles
;
i
++
)
for
(
int
i
=
0
;
i
<
numberOfParticles
;
i
++
)
...
...
platforms/brook/tests/TestBrookCMMotionRemover.cpp
View file @
7f98d2cd
...
@@ -6,33 +6,24 @@
...
@@ -6,33 +6,24 @@
* Biological Structures at Stanford, funded under the NIH Roadmap for *
* Biological Structures at Stanford, funded under the NIH Roadmap for *
* Medical Research, grant U54 GM072970. See https://simtk.org. *
* Medical Research, grant U54 GM072970. See https://simtk.org. *
* *
* *
* Portions copyright (c) 200
8
Stanford University and the Authors. *
* Portions copyright (c) 200
9
Stanford University and the Authors. *
* Authors: Mark Friedrichs
*
* Authors:
Peter Eastman,
Mark Friedrichs *
* Contributors: *
* Contributors: *
* *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* This program is free software: you can redistribute it and/or modify *
* copy of this software and associated documentation files (the "Software"), *
* it under the terms of the GNU Lesser General Public License as published *
* to deal in the Software without restriction, including without limitation *
* by the Free Software Foundation, either version 3 of the License, or *
* the rights to use, copy, modify, merge, publish, distribute, sublicense, *
* (at your option) any later version. *
* and/or sell copies of the Software, and to permit persons to whom the *
* Software is furnished to do so, subject to the following conditions: *
* *
* *
* The above copyright notice and this permission notice shall be included in *
* This program is distributed in the hope that it will be useful, *
* all copies or substantial portions of the Software. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Lesser General Public License for more details. *
* *
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* You should have received a copy of the GNU Lesser General Public License *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *
* THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
/**
* This tests the Brook harmonic angle bond force/energy
*/
#include <vector>
#include <vector>
#include "../../../tests/AssertionUtilities.h"
#include "../../../tests/AssertionUtilities.h"
...
...
platforms/brook/tests/TestBrookHarmonicBondForce.cpp
View file @
7f98d2cd
...
@@ -6,33 +6,24 @@
...
@@ -6,33 +6,24 @@
* Biological Structures at Stanford, funded under the NIH Roadmap for *
* Biological Structures at Stanford, funded under the NIH Roadmap for *
* Medical Research, grant U54 GM072970. See https://simtk.org. *
* Medical Research, grant U54 GM072970. See https://simtk.org. *
* *
* *
* Portions copyright (c) 200
8
Stanford University and the Authors. *
* Portions copyright (c) 200
9
Stanford University and the Authors. *
* Authors: Mark Friedrichs
*
* Authors:
Peter Eastman,
Mark Friedrichs *
* Contributors: *
* Contributors: *
* *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* This program is free software: you can redistribute it and/or modify *
* copy of this software and associated documentation files (the "Software"), *
* it under the terms of the GNU Lesser General Public License as published *
* to deal in the Software without restriction, including without limitation *
* by the Free Software Foundation, either version 3 of the License, or *
* the rights to use, copy, modify, merge, publish, distribute, sublicense, *
* (at your option) any later version. *
* and/or sell copies of the Software, and to permit persons to whom the *
* Software is furnished to do so, subject to the following conditions: *
* *
* *
* The above copyright notice and this permission notice shall be included in *
* This program is distributed in the hope that it will be useful, *
* all copies or substantial portions of the Software. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Lesser General Public License for more details. *
* *
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* You should have received a copy of the GNU Lesser General Public License *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *
* THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
/**
* This tests the Brook Harmonic bond force/energy
*/
#include "../../../tests/AssertionUtilities.h"
#include "../../../tests/AssertionUtilities.h"
#include "BrookPlatform.h"
#include "BrookPlatform.h"
#include "openmm/OpenMMContext.h"
#include "openmm/OpenMMContext.h"
...
...
platforms/brook/tests/TestBrookLangevinIntegrator.cpp
View file @
7f98d2cd
...
@@ -6,33 +6,24 @@
...
@@ -6,33 +6,24 @@
* Biological Structures at Stanford, funded under the NIH Roadmap for *
* Biological Structures at Stanford, funded under the NIH Roadmap for *
* Medical Research, grant U54 GM072970. See https://simtk.org. *
* Medical Research, grant U54 GM072970. See https://simtk.org. *
* *
* *
* Portions copyright (c) 200
8
Stanford University and the Authors. *
* Portions copyright (c) 200
9
Stanford University and the Authors. *
* Authors: Mark Friedrichs
*
* Authors:
Peter Eastman,
Mark Friedrichs *
* Contributors: *
* Contributors: *
* *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* This program is free software: you can redistribute it and/or modify *
* copy of this software and associated documentation files (the "Software"), *
* it under the terms of the GNU Lesser General Public License as published *
* to deal in the Software without restriction, including without limitation *
* by the Free Software Foundation, either version 3 of the License, or *
* the rights to use, copy, modify, merge, publish, distribute, sublicense, *
* (at your option) any later version. *
* and/or sell copies of the Software, and to permit persons to whom the *
* Software is furnished to do so, subject to the following conditions: *
* *
* *
* The above copyright notice and this permission notice shall be included in *
* This program is distributed in the hope that it will be useful, *
* all copies or substantial portions of the Software. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Lesser General Public License for more details. *
* *
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* You should have received a copy of the GNU Lesser General Public License *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *
* THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
/**
* This tests the Brook Langevin integrator
*/
#include <vector>
#include <vector>
#include "../../../tests/AssertionUtilities.h"
#include "../../../tests/AssertionUtilities.h"
...
...
platforms/brook/tests/TestBrookNonbondedForce.cpp
View file @
7f98d2cd
...
@@ -6,27 +6,22 @@
...
@@ -6,27 +6,22 @@
* Biological Structures at Stanford, funded under the NIH Roadmap for *
* Biological Structures at Stanford, funded under the NIH Roadmap for *
* Medical Research, grant U54 GM072970. See https://simtk.org. *
* Medical Research, grant U54 GM072970. See https://simtk.org. *
* *
* *
* Portions copyright (c)
2008-
2009 Stanford University and the Authors. *
* Portions copyright (c) 2009 Stanford University and the Authors.
*
* Authors: Mark Friedrichs
*
* Authors:
Peter Eastman,
Mark Friedrichs *
* Contributors: *
* Contributors: *
* *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* This program is free software: you can redistribute it and/or modify *
* copy of this software and associated documentation files (the "Software"), *
* it under the terms of the GNU Lesser General Public License as published *
* to deal in the Software without restriction, including without limitation *
* by the Free Software Foundation, either version 3 of the License, or *
* the rights to use, copy, modify, merge, publish, distribute, sublicense, *
* (at your option) any later version. *
* and/or sell copies of the Software, and to permit persons to whom the *
* Software is furnished to do so, subject to the following conditions: *
* *
* *
* The above copyright notice and this permission notice shall be included in *
* This program is distributed in the hope that it will be useful, *
* all copies or substantial portions of the Software. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Lesser General Public License for more details. *
* *
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* You should have received a copy of the GNU Lesser General Public License *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *
* THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
/**
/**
...
...
platforms/brook/tests/TestBrookPeriodicTorsionForce.cpp
View file @
7f98d2cd
...
@@ -6,27 +6,22 @@
...
@@ -6,27 +6,22 @@
* Biological Structures at Stanford, funded under the NIH Roadmap for *
* Biological Structures at Stanford, funded under the NIH Roadmap for *
* Medical Research, grant U54 GM072970. See https://simtk.org. *
* Medical Research, grant U54 GM072970. See https://simtk.org. *
* *
* *
* Portions copyright (c) 200
8
Stanford University and the Authors. *
* Portions copyright (c) 200
9
Stanford University and the Authors. *
* Authors: Mark Friedrichs
*
* Authors:
Peter Eastman,
Mark Friedrichs *
* Contributors: *
* Contributors: *
* *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* This program is free software: you can redistribute it and/or modify *
* copy of this software and associated documentation files (the "Software"), *
* it under the terms of the GNU Lesser General Public License as published *
* to deal in the Software without restriction, including without limitation *
* by the Free Software Foundation, either version 3 of the License, or *
* the rights to use, copy, modify, merge, publish, distribute, sublicense, *
* (at your option) any later version. *
* and/or sell copies of the Software, and to permit persons to whom the *
* Software is furnished to do so, subject to the following conditions: *
* *
* *
* The above copyright notice and this permission notice shall be included in *
* This program is distributed in the hope that it will be useful, *
* all copies or substantial portions of the Software. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Lesser General Public License for more details. *
* *
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* You should have received a copy of the GNU Lesser General Public License *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *
* THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
/**
/**
...
...
platforms/brook/tests/TestBrookRBTorsionForce.cpp
View file @
7f98d2cd
...
@@ -6,27 +6,22 @@
...
@@ -6,27 +6,22 @@
* Biological Structures at Stanford, funded under the NIH Roadmap for *
* Biological Structures at Stanford, funded under the NIH Roadmap for *
* Medical Research, grant U54 GM072970. See https://simtk.org. *
* Medical Research, grant U54 GM072970. See https://simtk.org. *
* *
* *
* Portions copyright (c) 200
8
Stanford University and the Authors. *
* Portions copyright (c) 200
9
Stanford University and the Authors. *
* Authors: Mark Friedrichs
*
* Authors:
Peter Eastman,
Mark Friedrichs *
* Contributors: *
* Contributors: *
* *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* This program is free software: you can redistribute it and/or modify *
* copy of this software and associated documentation files (the "Software"), *
* it under the terms of the GNU Lesser General Public License as published *
* to deal in the Software without restriction, including without limitation *
* by the Free Software Foundation, either version 3 of the License, or *
* the rights to use, copy, modify, merge, publish, distribute, sublicense, *
* (at your option) any later version. *
* and/or sell copies of the Software, and to permit persons to whom the *
* Software is furnished to do so, subject to the following conditions: *
* *
* *
* The above copyright notice and this permission notice shall be included in *
* This program is distributed in the hope that it will be useful, *
* all copies or substantial portions of the Software. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Lesser General Public License for more details. *
* *
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* You should have received a copy of the GNU Lesser General Public License *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *
* THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
/**
/**
...
...
platforms/brook/tests/TestBrookStream.cpp
View file @
7f98d2cd
...
@@ -6,27 +6,22 @@
...
@@ -6,27 +6,22 @@
* Biological Structures at Stanford, funded under the NIH Roadmap for *
* Biological Structures at Stanford, funded under the NIH Roadmap for *
* Medical Research, grant U54 GM072970. See https://simtk.org. *
* Medical Research, grant U54 GM072970. See https://simtk.org. *
* *
* *
* Portions copyright (c) 200
8
Stanford University and the Authors. *
* Portions copyright (c) 200
9
Stanford University and the Authors. *
* Authors: Mark Friedrichs
*
* Authors:
Peter Eastman,
Mark Friedrichs *
* Contributors: *
* Contributors: *
* *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* This program is free software: you can redistribute it and/or modify *
* copy of this software and associated documentation files (the "Software"), *
* it under the terms of the GNU Lesser General Public License as published *
* to deal in the Software without restriction, including without limitation *
* by the Free Software Foundation, either version 3 of the License, or *
* the rights to use, copy, modify, merge, publish, distribute, sublicense, *
* (at your option) any later version. *
* and/or sell copies of the Software, and to permit persons to whom the *
* Software is furnished to do so, subject to the following conditions: *
* *
* *
* The above copyright notice and this permission notice shall be included in *
* This program is distributed in the hope that it will be useful, *
* all copies or substantial portions of the Software. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Lesser General Public License for more details. *
* *
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* You should have received a copy of the GNU Lesser General Public License *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *
* THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
/**
/**
...
...
platforms/brook/tests/TestBrookVerletIntegrator.cpp
View file @
7f98d2cd
...
@@ -6,27 +6,22 @@
...
@@ -6,27 +6,22 @@
* Biological Structures at Stanford, funded under the NIH Roadmap for *
* Biological Structures at Stanford, funded under the NIH Roadmap for *
* Medical Research, grant U54 GM072970. See https://simtk.org. *
* Medical Research, grant U54 GM072970. See https://simtk.org. *
* *
* *
* Portions copyright (c) 200
8
Stanford University and the Authors. *
* Portions copyright (c) 200
9
Stanford University and the Authors. *
* Authors: Mark Friedrichs
*
* Authors:
Peter Eastman,
Mark Friedrichs *
* Contributors: *
* Contributors: *
* *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* This program is free software: you can redistribute it and/or modify *
* copy of this software and associated documentation files (the "Software"), *
* it under the terms of the GNU Lesser General Public License as published *
* to deal in the Software without restriction, including without limitation *
* by the Free Software Foundation, either version 3 of the License, or *
* the rights to use, copy, modify, merge, publish, distribute, sublicense, *
* (at your option) any later version. *
* and/or sell copies of the Software, and to permit persons to whom the *
* Software is furnished to do so, subject to the following conditions: *
* *
* *
* The above copyright notice and this permission notice shall be included in *
* This program is distributed in the hope that it will be useful, *
* all copies or substantial portions of the Software. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Lesser General Public License for more details. *
* *
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* You should have received a copy of the GNU Lesser General Public License *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *
* THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
/**
/**
...
...
platforms/brook/tests/TstBrookGBSAOBCForce.cpp
View file @
7f98d2cd
...
@@ -6,27 +6,22 @@
...
@@ -6,27 +6,22 @@
* Biological Structures at Stanford, funded under the NIH Roadmap for *
* Biological Structures at Stanford, funded under the NIH Roadmap for *
* Medical Research, grant U54 GM072970. See https://simtk.org. *
* Medical Research, grant U54 GM072970. See https://simtk.org. *
* *
* *
* Portions copyright (c) 200
8
Stanford University and the Authors. *
* Portions copyright (c) 200
9
Stanford University and the Authors. *
* Authors: Mark Friedrichs
*
* Authors:
Peter Eastman,
Mark Friedrichs *
* Contributors: *
* Contributors: *
* *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* This program is free software: you can redistribute it and/or modify *
* copy of this software and associated documentation files (the "Software"), *
* it under the terms of the GNU Lesser General Public License as published *
* to deal in the Software without restriction, including without limitation *
* by the Free Software Foundation, either version 3 of the License, or *
* the rights to use, copy, modify, merge, publish, distribute, sublicense, *
* (at your option) any later version. *
* and/or sell copies of the Software, and to permit persons to whom the *
* Software is furnished to do so, subject to the following conditions: *
* *
* *
* The above copyright notice and this permission notice shall be included in *
* This program is distributed in the hope that it will be useful, *
* all copies or substantial portions of the Software. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Lesser General Public License for more details. *
* *
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* You should have received a copy of the GNU Lesser General Public License *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *
* THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
/**
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment