Skip to content

Instantly share code, notes, and snippets.

@dbuscombe-usgs
Created June 8, 2014 22:19
Show Gist options
  • Save dbuscombe-usgs/26ce96db38730ebd37e0 to your computer and use it in GitHub Desktop.
Save dbuscombe-usgs/26ce96db38730ebd37e0 to your computer and use it in GitHub Desktop.
SWIG file for RunningStats.cpp
/* File: RunningStats.i */
%module RunningStats
%{
#define SWIG_FILE_WITH_INIT
#include "RunningStats.h"
%}
%include "RunningStats.h"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment