mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@99540 d073be05-634f-4543-b044-5fe20cf6d1d6
30 lines
702 B
Diff
30 lines
702 B
Diff
--- src/postkak.h.orig 2012-11-06 09:19:23.000000000 +0900
|
|
+++ src/postkak.h 2012-11-08 01:16:02.000000000 +0900
|
|
@@ -117,7 +117,7 @@
|
|
char buf[50];
|
|
char str[30];
|
|
float f;
|
|
- char fname[200] = "kakeval.txt";
|
|
+ char fname[200] = "@prefix@/lib/kakarot/kakeval.txt";
|
|
char* s;
|
|
if ((s = getenv("KAKAROT_EVAL_INIT_FILE")))
|
|
strcpy(fname, s);
|
|
@@ -131,7 +131,7 @@
|
|
forr(i, 0, MAXPARS-1) {
|
|
if (!strcmp(parnames[i], str)) {
|
|
*paradrs[i] = f;
|
|
- if (LDBG) printf("set: %d(%s) to: %f\n", i, str, f);
|
|
+// if (LDBG) printf("set: %d(%s) to: %f\n", i, str, f);
|
|
break;
|
|
}
|
|
}
|
|
@@ -140,7 +140,7 @@
|
|
interpolate();
|
|
|
|
|
|
- readAnswers();
|
|
+// readAnswers();
|
|
}
|
|
|
|
//****
|