removed print statement in angle_mesocnt

This commit is contained in:
phankl
2022-07-15 17:45:19 +02:00
parent 20e39b57d8
commit a5a6f32aff

View File

@ -269,8 +269,6 @@ void AngleMesoCNT::coeff(int narg, char **arg)
thetab_one = 180.0;
}
printf("parameters: %d %f %f %f\n", buckling_one, kh_one, kb_one, thetab_one);
if (!allocated) allocate();
int ilo, ihi;