https://github.com/cran/spatstat
Raw File
Tip revision: 9f84c79450f33061219ca8cc5518816c31a9be64 authored by Adrian Baddeley on 21 November 2017, 07:39:44 UTC
version 1.54-0
Tip revision: 9f84c79
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