Commit 5e52e32f authored by Francois Gygi's avatar Francois Gygi
Browse files

fixed typo in abort argument

git-svn-id: http://qboxcode.org/svn/qb/trunk@1268 cba15fb0-1239-40c8-b417-11db7ca47a34
Showing with 1 addition and 1 deletion
+1 -1
......@@ -376,7 +376,7 @@ double ExchangeOperator::compute_exchange_for_general_case_( Sample* s,
if ( compute_stress )
{
cout << " stress at general k-point not implemented" << endl;
gcontext_.abort();
gcontext_.abort(1);
}
Timer tm;
......
Supports Markdown
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