Skip to content
New issue

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

Separate the curve fitting algorithms into a CurveFitting library #1041

Closed
NickDraper opened this issue Jul 28, 2008 · 1 comment
Closed
Assignees
Milestone

Comments

@NickDraper
Copy link
Contributor

We need to split the curve fitting algorithms into a separate curve fitting library.

This entails the following:
- Create a new CurveFitting project in the mantid visual studio solution
- Copy all of the settings (for debug and release) from the algorithms project
- Remove any settings from algorithms that no longer apply (eg. GSL link lines)
- Move the cpp and h files over and alter any namespaces etc
- Edit the sconstruct file to add your project to the list (about 1/2 way down).
- Add a sconscript file (copy and edit from algorithms.
- Check it all build in VS and scons.
-

Keywords: curve fitting
@NickDraper
Copy link
Contributor Author

This issue was originally trac ticket 193

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants