fixes
This commit is contained in:
+2
-1
@@ -273,7 +273,7 @@ int main(){
|
||||
SystemBuilder builder;
|
||||
builder.init(cw, true);
|
||||
//builder.run_gui();
|
||||
builder.run_batch(10000, "e-", 1, 100);
|
||||
builder.run_batch(10000, ((std::string)"e-").data(), 1, 100);
|
||||
|
||||
//run(cw, 1000, "e-", 1, 100, true);
|
||||
|
||||
@@ -281,3 +281,4 @@ int main(){
|
||||
}
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.....
|
||||
|
||||
|
||||
Reference in New Issue
Block a user