26 static char banner[] =
"Duke, Yale, and the BlueBrain Project -- Copyright 1984-2020";
39 static void mk_mech(std::istream&);
50 std::string fname = std::string(datpath) +
"/bbcore_mech.dat";
51 std::ifstream fs(fname);
55 "Error: couldn't find bbcore_mech.dat file in the dataset directory \n");
57 " Make sure to pass full directory path of dataset using -d DIR or "
69 static bool already_called =
false;
75 (*nrn2core_mkmech_info_)(ss);
77 already_called =
true;
93 for (
int i = 2;
i < n; ++
i) {
95 int type = 0, pnttype = 0, is_art = 0, is_ion = 0, dsize = 0, pdsize = 0;
96 nrn_assert(s >> mname >> type >> pnttype >> is_art >> is_ion >> dsize >> pdsize);
99 printf(
"%s %d %d %d %d %d %d\n", mname, type, pnttype, is_art, is_ion, dsize, pdsize);
101 std::string str(mname);
113 strcpy(iname, mname);
114 iname[strlen(iname) - 4] =
'\0';
122 fprintf(stderr,
" \n");
123 fprintf(stderr,
" %s\n",
banner);
124 fprintf(stderr,
" Version : %s\n",
cnrn_version().c_str());
125 fprintf(stderr,
" \n");
142 return mapit->second;
147 if (type == item.second) {
148 return item.first.c_str();