Skip to content
Snippets Groups Projects
Commit 07ba26a7 authored by slevy's avatar slevy
Browse files

Oops, get the sense of the log-T scale correct!

parent c444cfe0
No related branches found
No related tags found
No related merge requests found
......@@ -309,7 +309,7 @@ int kira_open( struct dyndata *dd, struct stuff *st, char *filename, int readfla
}
// Register for H-R diagram display
static float xxyyrange[4] = { 3, 6, -4, 6 };
static float xxyyrange[4] = { 6, 3, -4, 6 };
parti_register_plot( st, kira_HRplot, dd, xxyyrange );
return 1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment