Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0m1th3as committed Feb 4, 2025
1 parent d45e96f commit c74fb36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/fcnnpredict.cc
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ Installation Note: in order to support parallel processing on MacOS, users \
have to manually add support for OpenMP by adding the following flags to \
@qcode{CFLAGS} and @qcode{CXXFLAGS} prior to installing the statistics \
package:\n\n\
@code{setenv (\"CPPFLAGS\", \"-Xclang -fopenmp -I/opt/homebrew/Cellar/libomp/\
19.1.7/include\")} \
@code{setenv (\"CPPFLAGS\", \"-I/opt/homebrew/opt/libomp/include -Xclang -fopenmp\")} \
\n\
\n\
@seealso{fcnntrain, fitcnet, ClassificationNeuralNetwork} \n\
Expand Down
3 changes: 1 addition & 2 deletions src/fcnntrain.cc
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ Installation Note: in order to support parallel processing on MacOS, users \
have to manually add support for OpenMP by adding the following flags to \
@qcode{CFLAGS} and @qcode{CXXFLAGS} prior to installing the statistics \
package:\n\n\
@code{setenv (\"CPPFLAGS\", \"-Xclang -fopenmp -I/opt/homebrew/Cellar/libomp/\
19.1.7/include\")} \
@code{setenv (\"CPPFLAGS\", \"-I/opt/homebrew/opt/libomp/include -Xclang -fopenmp\")} \
\n\
\n\
@seealso{fcnnpredict, fitcnet, ClassificationNeuralNetwork} \n\
Expand Down

0 comments on commit c74fb36

Please sign in to comment.