Advanced Computing Platform for Theoretical Physics

Commit 247c84d3 authored by Feng Feng's avatar Feng Feng
Browse files

small update

parent 9fed0f18
......@@ -222,7 +222,7 @@ namespace HepLib {
cout << "the return is: <|" << buffer << "|>" << endl;
throw Error("Init Failed: Expect a Line break!");
}
sprintf(p, ",%d\n\n\0", fpid);
sprintf(p, ",%d\n\n", fpid);
write(io[0][1], buffer, strlen(buffer));
read(io[1][0], buffer, sizeof(buffer));
p = strstr(buffer, "OK");
......
......@@ -829,7 +829,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
INPUT = main.md ../INC ../BASIC ../SD ../IBP ../FC
INPUT = main.md ../INC ../BASIC ../Qgraf ../FC ../IBP ../SD ../EX
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
......
HepLib Project {#mainpage}
---------
Home of HepLib: [https://heplib.github.io](https://heplib.github.io)
Home page: [https://heplib.github.io](https://heplib.github.io)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment