# | Line 110 | Line 110 | int main(int argc, char* argv[]){ | |
---|---|---|
110 | strcpy(shapeName, token); | |
111 | strcat(xyzFile, "Ref.xyz"); | |
112 | strcat(shapeFile, ".shape"); | |
113 | – | strcat(shapeName, "_RB_0"); |
113 | ofstream xfiles(xyzFile); | |
114 | ||
115 | //the bandwidth has a default value (default=16), so it is always given |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |