Program Listing for File constants_gcpm.cc

Return to documentation for file (environment/plasma/gcpm/constants_gcpm.cc)

#include "lupnt/environment/plasma/gcpm/constants_gcpm.h"

namespace pecsim {
  double PN(int i, int j) { return origPN[i + j * 72]; }

  double PS(int i, int j) { return origPS[i + j * 72]; }
}  // namespace pecsim