|
From: Yannick .D. <y.d...@gm...> - 2015-06-12 17:28:53
|
Hi guys,
I have been using the AMBIT library for a project. My colleague and I and
are developing a JAVA-based application and are peer-programming on
Windows and MacOS X, respectively. We have not had any issue so far.
However, we realized that when trying to set the flags for the SMIRKS
Manager, we have to use a different from one platform to another.
After creating a new SMIRKS manager:
new SMIRKSManager(SilentChemObjectBuilder.getInstance());
On MacOSX, we have to use:
smrkMan.FlagFilterEquivalentMappings = true;
On Windows, we have to use:
smrkMan.setFlagProcessResultStructures(true);
This is kind of troublesome since we are peer programming and have to
commit/push/pull the code that lies on the same repository.
We are using the version 3.0.0 of AMBIT. How can we go around this?
Thank you for your consideration.
Regards,
Yannick
|