Update test_compute_global.cpp

This commit is contained in:
Evangelos Voyiatzis
2023-06-03 16:04:40 +03:00
committed by GitHub
parent 390888179f
commit d85342cd6d

View File

@ -169,7 +169,7 @@ TEST_F(ComputeGlobalTest, Geometry)
command("compute mom1 all momentum"); command("compute mom1 all momentum");
command("compute mom2 allwater momentum"); command("compute mom2 allwater momentum");
command("compute mop1 all stress/mop x 0.0 total"); command("compute mop1 all stress/mop x 0.0 total");
command("compute mop2 all stress/mop/profile z lower 0.5 kin conf"); command("compute mop2 all stress/mop/profile z lower 0.5 kin pair");
thermo_style += " c_mu1 c_mu2 c_mop1[*] c_mop2[1][1]"; thermo_style += " c_mu1 c_mu2 c_mop1[*] c_mop2[1][1]";
} }