Develop and Download Open Source Software

Browse Subversion Repository

Diff of /EBSDConograph/src/marquardt_codes/levenberg_marquardt/stopx.hh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7 by rtomiyasu, Wed Mar 11 04:28:52 2020 UTC revision 8 by rtomiyasu, Tue Mar 31 07:55:06 2020 UTC
# Line 35  void SigHandler(int p_signame); Line 35  void SigHandler(int p_signame);
35    
36  int putInterruptionSignal();  int putInterruptionSignal();
37    
 // for GUI  
 #include <string>  
 void interruptSkip  ();  
 void interruptCansel();  
 void interruptClear ();  
 std::string getProgress();  
 void setProgress(const int individual, const int total, const int span, const char *funcName);  
 #define SET_PROGRESS(individual, total, span) setProgress(individual, total, span, __FUNCTION__)  
 void CHECK_INTERRUPTION() throw(const char*); // throws an exception if interrupted, so must be called outside OMP blocks  
 bool IS_CANSELED();  
   
38  #endif /*STOPX_HH_*/  #endif /*STOPX_HH_*/

Legend:
Removed from v.7  
changed lines
  Added in v.8

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26