Skip to content
Snippets Groups Projects
Commit 01509a01 authored by Spencer Sherwin's avatar Spencer Sherwin
Browse files

Changed LoadParameter to SetParameter

git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@3237 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
parent 809e7cb3
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@ namespace Nektar
std::string LZstr("LZ");
NekDouble LZ = 2*M_PI/m_alpha;
cout << "Setting LZ in Linearised solver to " << LZ << endl;
m_sessionWave->LoadParameter(LZstr,LZ);
m_sessionWave->SetParameter(LZstr,LZ);
// Check for restart
......@@ -210,7 +210,7 @@ namespace Nektar
std::string LZstr("LZ");
NekDouble LZ = 2*M_PI/m_alpha;
cout << "Setting LZ in Linearised solver to " << LZ << endl;
m_sessionWave->LoadParameter(LZstr,LZ);
m_sessionWave->SetParameter(LZstr,LZ);
// Create driver
std::string vDriverModule;
......
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