Surface NMR forward modelling
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

CMakeLists.txt 168B

123456
  1. set (MERLINSOURCE
  2. ${CMAKE_CURRENT_SOURCE_DIR}/KernelV0.cpp
  3. ${CMAKE_CURRENT_SOURCE_DIR}/Coupling.cpp
  4. ${CMAKE_CURRENT_SOURCE_DIR}/LoopInteractions.cpp
  5. PARENT_SCOPE
  6. )