added c/const to the GPU ready functions.
This commit is contained in:
@ -6076,6 +6076,9 @@ std::string PMsrHandler::GetDKSTheoryString()
|
|||||||
if (fTheory[i].fLine.BeginsWith("asymmetry ", TString::kIgnoreCase) ||
|
if (fTheory[i].fLine.BeginsWith("asymmetry ", TString::kIgnoreCase) ||
|
||||||
fTheory[i].fLine.BeginsWith("a ", TString::kIgnoreCase)) {
|
fTheory[i].fLine.BeginsWith("a ", TString::kIgnoreCase)) {
|
||||||
result += args[0].Data();
|
result += args[0].Data();
|
||||||
|
} else if (fTheory[i].fLine.BeginsWith("const ", TString::kIgnoreCase) ||
|
||||||
|
fTheory[i].fLine.BeginsWith("c ", TString::kIgnoreCase)) {
|
||||||
|
result += args[0].Data();
|
||||||
} else if (fTheory[i].fLine.BeginsWith("simplExpo ", TString::kIgnoreCase) ||
|
} else if (fTheory[i].fLine.BeginsWith("simplExpo ", TString::kIgnoreCase) ||
|
||||||
fTheory[i].fLine.BeginsWith("se ")) { // se -> se(t, lambda)
|
fTheory[i].fLine.BeginsWith("se ")) { // se -> se(t, lambda)
|
||||||
result += "se(t, ";
|
result += "se(t, ";
|
||||||
|
Reference in New Issue
Block a user