https://github.com/cran/spatstat
Raw File
Tip revision: 32c7daeb36b6e48fd0356bdcec9580ae124fee5e authored by Adrian Baddeley on 29 December 2015, 22:08:27 UTC
version 1.44-1
Tip revision: 32c7dae
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