Skip to content
Snippets Groups Projects
Commit 7f31865a authored by Tobias WEBER's avatar Tobias WEBER
Browse files

symbolic links

parent 9e578a9f
Branches
No related tags found
No related merge requests found
......@@ -16,6 +16,9 @@
*.so
*.dylib
*.dll
!libs/tl2jl.dylib
!tools/test/jl/tl2jl.dylib
!tools/test/jl/tl2jl.so
# Fortran module files
*.mod
......
......@@ -217,9 +217,8 @@ bool fit(t_func&& func,
{
try
{
for(auto x : vecYErr)
std::cout << x << ", ";
std::cout << std::endl;
//for(auto x : vecYErr) std::cout << x << ", "; std::cout << std::endl;
if(!vecX.size() || !vecY.size() || !vecYErr.size())
{
log_err("No data given to fitter.");
......
tl2jl.so
\ No newline at end of file
../../../libs/tl2jl.dylib
\ No newline at end of file
../../../libs/tl2jl.so
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment