Removed the user-function dependency on libPMusr
It should now be possible to build a static version of musrfit and shared libraries for the user functions. This is needed on systems which do not support linking static libraries to shared ones (like Cygwin). These changes still need to be tested on Cygwin, especially with user functions implementing the "global interface".
This commit is contained in:
2
src/external/nexus/PNeXus.h
vendored
2
src/external/nexus/PNeXus.h
vendored
@@ -299,7 +299,7 @@ class PNeXus {
|
||||
|
||||
virtual void Init();
|
||||
virtual void CleanUp();
|
||||
virtual bool ErrorHandler(NXstatus status, int errCode, string errMsg);
|
||||
virtual bool ErrorHandler(NXstatus status, int errCode, const string &errMsg);
|
||||
virtual NXstatus GetStringData(string &str);
|
||||
virtual NXstatus GetStringAttr(string attr, string &str);
|
||||
virtual int GetDataSize(int type);
|
||||
|
||||
Reference in New Issue
Block a user