Clean up comments in SC scripts
This commit is contained in:
@ -68,7 +68,7 @@ int main(int argc, char* argv[]) {
|
||||
char rootdatafolder[256];
|
||||
int filen = 352;
|
||||
int pedefilen = 5;
|
||||
int this_storagecell = stoi(argv[7]);
|
||||
int this_storagecell = stoi(argv[7]); // needs compiler flag -std=c++11
|
||||
|
||||
// create necessary directories with permissions drwxrwxr-x
|
||||
// data/Mxxx
|
||||
|
Reference in New Issue
Block a user