Created
June 8, 2018 15:26
-
-
Save pgbarletta/41fcfc1d8c36640fde3266069a76a69e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include <chemfiles.hpp> | |
int main() { | |
chemfiles::Trajectory in_trj("/home/german/labo/18/lbp/run/4xcp/pca/full_avg_4xcp.pdb"); | |
std::cout << " " << in_trj.nsteps() << '\n'; | |
return 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment