Skip to content
Snippets Groups Projects
Commit 7c8cb849 authored by Chris Cantwell's avatar Chris Cantwell
Browse files

Fixed index error in DriverArpack WriteFld call.

git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@3213 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
parent 2d6c1378
No related branches found
No related tags found
No related merge requests found
......@@ -304,7 +304,7 @@ namespace Nektar
std::string file = m_session->GetFilename().substr(0,m_session->GetFilename().find_last_of('.')) + "_eig_" + boost::lexical_cast<std::string>(i);
WriteFld(file,z + k*nq);
WriteFld(file,z + i*nq);
}
fclose (pFile);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment