https://github.com/cran/spatstat
Raw File
Tip revision: 5ab2f4a9131bcbb19277d2d54d7154c140997edf authored by Adrian Baddeley on 08 October 2017, 21:07:12 UTC
version 1.53-2
Tip revision: 5ab2f4a
KrectV2.h
/* 
   KrectV3.h

   with or without translation correction

 */

if((*doTrans) == 1) {

#define TRANSLATION
#include "KrectV3.h"

 } else {

#undef TRANSLATION
#include "KrectV3.h"

 }

back to top