Commit b3e08761 authored by Michael Sherman's avatar Michael Sherman
Browse files

gcc wants a newline at end of file

parent 39d85db0
...@@ -112,4 +112,5 @@ showState(const OpenMMContext& context) { ...@@ -112,4 +112,5 @@ showState(const OpenMMContext& context) {
std::cout << i << " " << positions[i] * AngstromsPerNm << std::endl; std::cout << i << " " << positions[i] * AngstromsPerNm << std::endl;
std::cout << "f=" << forces[i] << " dq=" << dq << std::endl; std::cout << "f=" << forces[i] << " dq=" << dq << std::endl;
} }
} }
\ No newline at end of file
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