Commit 05199afa authored by Mark Friedrichs's avatar Mark Friedrichs
Browse files

Fix for gcc 4.4.x

parent f4c6e598
...@@ -2686,8 +2686,8 @@ int main( int numberOfArguments, char* argv[] ) { ...@@ -2686,8 +2686,8 @@ int main( int numberOfArguments, char* argv[] ) {
std::cout << "TestCudaAmoebaTorsionTorsionForce running test..." << std::endl; std::cout << "TestCudaAmoebaTorsionTorsionForce running test..." << std::endl;
Platform::loadPluginsFromDirectory( Platform::getDefaultPluginsDirectory() ); Platform::loadPluginsFromDirectory( Platform::getDefaultPluginsDirectory() );
//FILE* log = NULL; FILE* log = NULL;
FILE* log = stderr; //FILE* log = stderr;
//FILE* log = fopen( "AmoebaTorsionTorsionForce1.log", "w" );; //FILE* log = fopen( "AmoebaTorsionTorsionForce1.log", "w" );;
// testTorsionTorsion( log, 0 ); // testTorsionTorsion( log, 0 );
testTorsionTorsion( log, 1 ); testTorsionTorsion( log, 1 );
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment