Skip to content
Snippets Groups Projects
Commit 3a85129f authored by Viktor's avatar Viktor
Browse files

add bin to install

parent ecec01c8
No related branches found
No related tags found
Loading
This diff is collapsed.
......@@ -150,3 +150,5 @@ install(FILES
Devel
)
install(TARGETS glauber RUNTIME DESTINATION bin)
install(TARGETS main RUNTIME DESTINATION bin)
\ No newline at end of file
......@@ -19,8 +19,8 @@ int main(int argc, char **argv) {
auto start = std::chrono::system_clock::now();
ROOT::EnableImplicitMT(2);
if (argc < 3)
if(argc <= 3)
{
std::cout << "Not enough arguments! Please use:" << std::endl;
std::cout << " ./main filename histoname is2d" << std::endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment