Open junghans opened 5 years ago
Formatting the ctp similarly to the other VOTCA modules would be nice, assuming you have clang-format-7.0.1 or newer installed, you can simply do:
cmake .. -DBUILD_CTP=ON -DFORCE_CTP_FORMAT=ON make format
(I added the FORCE_CTP_FORMAT option recently as part of https://github.com/votca/votca/pull/145 and it can be romoved after ctp is formatted.)
FORCE_CTP_FORMAT
Formatting the ctp similarly to the other VOTCA modules would be nice, assuming you have clang-format-7.0.1 or newer installed, you can simply do:
(I added the
FORCE_CTP_FORMAT
option recently as part of https://github.com/votca/votca/pull/145 and it can be romoved after ctp is formatted.)