From 0a176841e7cdf64262063f9c334e8052defd4c73 Mon Sep 17 00:00:00 2001
From: Steve Plimpton <sjplimp@sandia.gov>
Date: Fri, 16 Dec 2016 11:35:42 -0700
Subject: [PATCH] extra python_wrapper change needed for last patch

---
 src/my_pool_chunk.h  | 2 +-
 src/python_wrapper.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/my_pool_chunk.h b/src/my_pool_chunk.h
index 61e9e604ca..c2f4f190f8 100644
--- a/src/my_pool_chunk.h
+++ b/src/my_pool_chunk.h
@@ -33,7 +33,7 @@ methods:
                      minchunk <= N <= maxchunk required
    put(index) = return indexed chunk to pool (same index returned by get)
    int size() = return total size of allocated pages in bytes
-public varaibles:
+public variables:
    ndatum = total # of stored datums
    nchunk = total # of stored chunks
    size = total size of all allocated pages in daums
diff --git a/src/python_wrapper.h b/src/python_wrapper.h
index 2975d5192f..97d7de31ef 100644
--- a/src/python_wrapper.h
+++ b/src/python_wrapper.h
@@ -38,7 +38,7 @@ class Python {
   void invoke_function(int, char *) {}
   int find(char *) {return -1;}
   int variable_match(char *, char *, int) {return -1;}
-
+  char *long_string(int) {return NULL;}
 };
 
 }
-- 
GitLab