Skip to content

Commit

Permalink
Updated the PDstandardNth operators to match the new interface in HRS…
Browse files Browse the repository at this point in the history
…CCore
  • Loading branch information
David Radice committed Dec 5, 2012
1 parent e0a8e0e commit 0266e18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tools/CodeGen/CalculationFunction.m
Expand Up @@ -661,9 +661,9 @@ pathalogical enough (e.g. {s1 -> s2, s2 -> s1} would not be
"#undef PDstandardNth1",
"#undef PDstandardNth2",
"#undef PDstandardNth3",
"#define PDstandardNth1(u) (solver->diff<hrscc::policy::x>(&(u)[-index], i,j,k))",
"#define PDstandardNth2(u) (solver->diff<hrscc::policy::y>(&(u)[-index], i,j,k))",
"#define PDstandardNth3(u) (solver->diff<hrscc::policy::z>(&(u)[-index], i,j,k))",
"#define PDstandardNth1(u) (solver->wdiff<hrscc::policy::x>(&(u)[-index], i,j,k))",
"#define PDstandardNth2(u) (solver->wdiff<hrscc::policy::y>(&(u)[-index], i,j,k))",
"#define PDstandardNth3(u) (solver->wdiff<hrscc::policy::z>(&(u)[-index], i,j,k))",
"",
"",
""
Expand Down

0 comments on commit 0266e18

Please sign in to comment.