We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The goal is to maintain one set of C++ source files that are used for both the calib. version and the extrapolation version.
There are a number of ways this could be done:
src/
calibration/DOSTEMwrapper/src/
../src/
The trick is that somehow, the *.i files used by SWIG need to get updated too...
*.i
The text was updated successfully, but these errors were encountered:
Merge pull request #14 from tobeycarman/master
6975fcc
Updates to the code and arrangement to directories, calibration version, etc. closes issue #5 closes issue #9 closes issue #13
No branches or pull requests
The goal is to maintain one set of C++ source files that are used for both the calib. version and the extrapolation version.
There are a number of ways this could be done:
src/
directory into thecalibration/DOSTEMwrapper/src/
directory.../src/
The trick is that somehow, the
*.i
files used by SWIG need to get updated too...The text was updated successfully, but these errors were encountered: