Skip to content
Snippets Groups Projects

Fix bug when reading stress with vaspreader. Added T to structure and adjusted...

Merged Marcin Kirsz requested to merge develop into main
38 files
+ 280
192
Compare changes
  • Side-by-side
  • Inline
Files
38
@@ -5,7 +5,7 @@
/** Some basis statistical tools */
class Statistics {
using vec = aed_type2;
using vec = aed_type;
public:
/** Residual sum of squares. */
static double res_sum_sq(const vec &obs, const vec &pred);
Loading