mirror of
https://github.com/gwm17/catima.git
synced 2024-11-23 02:38:51 -05:00
info fix
This commit is contained in:
parent
6e8a41ea87
commit
7a837f36a3
|
@ -24,7 +24,7 @@ std::string material_to_string(const Material &r){
|
||||||
for(int i = 0; i < n; i++){
|
for(int i = 0; i < n; i++){
|
||||||
auto el = r.get_element(i);
|
auto el = r.get_element(i);
|
||||||
s += "#"+std::to_string(i);
|
s += "#"+std::to_string(i);
|
||||||
s += ": A = "+std::to_string(el.A) + ", Z = "+std::to_string(el.A)+ ", stn = "+std::to_string(el.stn)+"\n";
|
s += ": A = "+std::to_string(el.A) + ", Z = "+std::to_string(el.Z)+ ", stn = "+std::to_string(el.stn)+"\n";
|
||||||
}
|
}
|
||||||
return s;
|
return s;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user