Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 29th, 2012  |  syntax: None  |  size: 0.26 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. How to recognise if the .exe file needs input parameters
  2. #ifdef PARALLEL            
  3.         Test.CVodeInit_parallel(states,startTime,argc,argv);
  4.    #else
  5.         Test.CVodeInit_serial(states,startTime);
  6.   #endif
  7.        
  8. int main(int argc, char** argv)
  9.        
  10. int main()