mirror of
https://github.com/gwm17/catima.git
synced 2024-11-22 18:28:51 -05:00
Update catima_calculator.cpp
This commit is contained in:
parent
147e2da9d3
commit
2d1a106469
|
@ -251,7 +251,7 @@ Material json_material(json &j){
|
||||||
cout<<"Warning: material thickness = "<<th<<"\n";
|
cout<<"Warning: material thickness = "<<th<<"\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
if(z<200 && z>0){
|
if(z<200){
|
||||||
Material m(a,z,density,th);
|
Material m(a,z,density,th);
|
||||||
if(ipot>0)m.I(ipot);
|
if(ipot>0)m.I(ipot);
|
||||||
return m;
|
return m;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user