Definition at line 74 of file export.cpp.
References Input::List(), and Makefolder().
Referenced by main(), and stringify().
79 if (
Makefolder(
"RESTART") != 0) cout <<
"Warning: Folder 'RESTART' exists" << endl;
81 if (
Makefolder(
"OUTPUT") != 0) cout <<
"Warning: Folder 'OUTPUT' exists" << endl;
84 if (
Makefolder(
"OUTPUT/NUM") != 0) cout <<
"Warning: Folder 'OUTPUT/NUM' exists" << endl;
90 cout<<
"Warning: Folder 'OUTPUT/FLD' exists" << endl;
94 cout<<
"Warning: Folder 'OUTPUT/FLD/EX' exists" << endl;
98 cout<<
"Warning: Folder 'OUTPUT/FLD/EY' exists" << endl;
102 cout<<
"Warning: Folder 'OUTPUT/FLD/EZ' exists" << endl;
106 cout<<
"Warning: Folder 'OUTPUT/FLD/BX' exists" << endl;
110 cout<<
"Warning: Folder 'OUTPUT/FLD/BY' exists" << endl;
114 cout<<
"Warning: Folder 'OUTPUT/FLD/BZ' exists" << endl;
131 cout<<
"Warning: Folder 'OUTPUT/MOM' exists" << endl;
137 cout<<
"Warning: Folder 'OUTPUT/MOM/N' exists" << endl;
141 cout<<
"Warning: Folder 'OUTPUT/MOM/Pth' exists" << endl;
145 cout<<
"Warning: Folder 'OUTPUT/MOM/Gam' exists" << endl;
149 cout<<
"Warning: Folder 'OUTPUT/MOM/Px' exists" << endl;
153 cout<<
"Warning: Folder 'OUTPUT/MOM/PxPx' exists" << endl;
157 cout<<
"Warning: Folder 'OUTPUT/MOM/Py' exists" << endl;
161 cout<<
"Warning: Folder 'OUTPUT/MOM/PxPy' exists" << endl;
165 cout<<
"Warning: Folder 'OUTPUT/MOM/PyPy' exists" << endl;
169 cout<<
"Warning: Folder 'OUTPUT/MOM/Pz' exists" << endl;
173 cout<<
"Warning: Folder 'OUTPUT/MOM/PxPz' exists" << endl;
177 cout<<
"Warning: Folder 'OUTPUT/MOM/PyPz' exists" << endl;
181 cout<<
"Warning: Folder 'OUTPUT/MOM/PzPz' exists" << endl;
188 cout<<
"Warning: Folder 'OUTPUT/MOM/Jx' exists" << endl;
192 cout<<
"Warning: Folder 'OUTPUT/MOM/Jy' exists" << endl;
196 cout<<
"Warning: Folder 'OUTPUT/MOM/Jz' exists" << endl;
204 cout<<
"Warning: Folder 'OUTPUT/MOM/Vx' exists" << endl;
208 cout<<
"Warning: Folder 'OUTPUT/MOM/VxVx' exists" << endl;
212 cout<<
"Warning: Folder 'OUTPUT/MOM/Vy' exists" << endl;
216 cout<<
"Warning: Folder 'OUTPUT/MOM/VxVy' exists" << endl;
220 cout<<
"Warning: Folder 'OUTPUT/MOM/VyVy' exists" << endl;
224 cout<<
"Warning: Folder 'OUTPUT/MOM/VxVz' exists" << endl;
228 cout<<
"Warning: Folder 'OUTPUT/MOM/VyVz' exists" << endl;
232 cout<<
"Warning: Folder 'OUTPUT/MOM/VzVz' exists" << endl;
236 cout<<
"Warning: Folder 'OUTPUT/MOM/Vsq' exists" << endl;
242 cout<<
"Warning: Folder 'OUTPUT/MOM/T' exists" << endl;
246 cout<<
"Warning: Folder 'OUTPUT/MOM/P_Mbar' exists" << endl;
250 cout<<
"Warning: Folder 'OUTPUT/MOM/ND' exists" << endl;
254 cout<<
"Warning: Folder 'OUTPUT/MOM/Nu' exists" << endl;
258 cout<<
"Warning: Folder 'OUTPUT/MOM/Qx' exists" << endl;
262 cout<<
"Warning: Folder 'OUTPUT/MOM/Qy' exists" << endl;
266 cout<<
"Warning: Folder 'OUTPUT/MOM/Qz' exists" << endl;
270 cout<<
"Warning: Folder 'OUTPUT/MOM/vNx' exists" << endl;
274 cout<<
"Warning: Folder 'OUTPUT/MOM/vNy' exists" << endl;
278 cout<<
"Warning: Folder 'OUTPUT/MOM/vNz' exists" << endl;
282 cout<<
"Warning: Folder 'OUTPUT/MOM/Ux' exists" << endl;
286 cout<<
"Warning: Folder 'OUTPUT/MOM/Uy' exists" << endl;
290 cout<<
"Warning: Folder 'OUTPUT/MOM/Ux' exists" << endl;
294 cout<<
"Warning: Folder 'OUTPUT/MOM/Z' exists" << endl;
298 cout<<
"Warning: Folder 'OUTPUT/MOM/ni' exists" << endl;
302 cout<<
"Warning: Folder 'OUTPUT/MOM/Ti' exists" << endl;
319 cout<<
"Warning: Folder 'OUTPUT/DISTR' exists" << endl;
int Makefolder(string _name)