mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-09-19 02:10:41 +00:00
fixup, removed debug_init_sag from write_edgelist
This commit is contained in:
@@ -60,7 +60,6 @@ void read_edgelist(const string& fname) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void write_edgelist(const string &fname) {
|
void write_edgelist(const string &fname) {
|
||||||
DEBBI(debug_init_sag, ("Writing edgelist to: ", fname));
|
|
||||||
FILE *f = fopen(fname.c_str(), "wt");
|
FILE *f = fopen(fname.c_str(), "wt");
|
||||||
if(!f) return file_error(fname);
|
if(!f) return file_error(fname);
|
||||||
for(auto& e: edgeinfos) {
|
for(auto& e: edgeinfos) {
|
||||||
|
|||||||
Reference in New Issue
Block a user