https://github.com/cran/spatstat
Raw File
Tip revision: 794125ee3b513adcd44d756c0db4f8513d2c1049 authored by Adrian Baddeley on 10 December 2019, 10:50:03 UTC
version 1.62-2
Tip revision: 794125e
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