added c/const to the GPU ready functions.
This commit is contained in:
parent
bc881f0c75
commit
ec27baf3a4
@ -6076,6 +6076,9 @@ std::string PMsrHandler::GetDKSTheoryString()
|
||||
if (fTheory[i].fLine.BeginsWith("asymmetry ", TString::kIgnoreCase) ||
|
||||
fTheory[i].fLine.BeginsWith("a ", TString::kIgnoreCase)) {
|
||||
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) ||
|
||||
fTheory[i].fLine.BeginsWith("se ")) { // se -> se(t, lambda)
|
||||
result += "se(t, ";
|
||||
|
Loading…
x
Reference in New Issue
Block a user