Resolve Merge Conflict
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
Filter activity
33 33 //======================================================================================= 34 34 #include <iostream> 35 35 #include <string> 36 //#include <omp.h> 36 // #include <omp.h> 37 37 38 38 #include "VirtualFluids.h" 39 39 40 40 using namespace std; 41 41 42 void run(const vf::basics::ConfigurationFile& config) 42 void run(string configname) changed this line in version 2 of the diff
requested review from @soe.peters
mentioned in commit 211bd5c8
Please register or sign in to reply