We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a8f83 commit 55478b9Copy full SHA for 55478b9
src/Core/Algorithms/Base/AlgorithmVariableNames.cc
@@ -43,6 +43,7 @@ PARAMETER(Method)
43
PARAMETER(Preconditioner)
44
PARAMETER(Filename)
45
PARAMETER(BuildConvergence)
46
+PARAMETER(ColorMapName)
47
PARAMETER(FileTypeList)
48
PARAMETER(FileExtension)
49
PARAMETER(FileTypeName)
src/Core/Algorithms/Base/AlgorithmVariableNames.h
@@ -48,6 +48,7 @@ class SCISHARE Variables
static const AlgorithmParameterName Preconditioner;
static const AlgorithmParameterName Filename;
50
static const AlgorithmParameterName BuildConvergence;
51
+ static const AlgorithmParameterName ColorMapName;
52
static const AlgorithmParameterName FileTypeList;
53
static const AlgorithmParameterName FileExtension;
54
static const AlgorithmParameterName FileTypeName;
0 commit comments