Skip to content
Snippets Groups Projects
Commit f0421c03 authored by Sebastian Eibl's avatar Sebastian Eibl
Browse files

corrected numAlignedPairs type

parent 8d1f154b
1 merge request!423[ADD] film specimen app
Pipeline #31217 passed with stages
in 5 hours, 7 minutes, and 41 seconds
......@@ -39,7 +39,7 @@ struct Statistics
real_t shearEnergy = 0_r;
real_t bendingEnergy = 0_r;
real_t twistingEnergy = 0_r;
real_t numAlignedPairs = 0_r;
int64_t numAlignedPairs = 0;
};
void saveStatistics(const std::string& filename,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment