Georgi Georgiev
Georgi Georgiev
I would like to give this a try.
Rebuilt LLVM in Debug mode, compiled the skeleton pass with it and it worked! LLVM/Clang version used 4.0.1 N.B.! Remember to cmake with paths to the built compilers and not...
I have the same problem.
So, do you have to do anything other than this? ``` JavaScript GLmol.prototype.changePdbColor = function(id, color){ console.log("[GLmol][changePdbColor] beginning of function"); var currentPDB = _.where(this.modelGroup.children, {name: id})[0]; var colorNew = new...