This commit is contained in:
wyj
2025-11-06 21:41:37 -05:00
parent ea5ca0b679
commit d510f37b2e
3 changed files with 20 additions and 12 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
#include "init.h"
int main(){
init(15.0, 1e-3);
//init(15.0, 1e-1);
chi(bmin);
return 0;
}