Skip to content

Commit

Permalink
removed nomap
Browse files Browse the repository at this point in the history
  • Loading branch information
schochastics committed Sep 23, 2024
1 parent 16bcee9 commit ea0dd2b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/init.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
#include <R_ext/Rdynload.h>
#include <Rinternals.h>
#include <stdlib.h> // for NULL

#include <fstream>
#include <stdexcept>

#include "QuadCensus.h"
#define R_NO_REMAP
#include <R_ext/Rdynload.h>
#include <Rinternals.h>

using namespace std;
using namespace oaqc;
Expand Down

0 comments on commit ea0dd2b

Please sign in to comment.