Macaulay2 Engine
Loading...
Searching...
No Matches

◆ call()

virtual Action MGBCallback::call ( )
inlineprotectedvirtual

Definition at line 750 of file groebner.cpp.

751 {
752 // printf("called callback\n");
753 mCallCount++;
754 if (system_interrupted())
755 {
756 mInterrupted = true;
757 return StopWithNoOutputAction;
758 }
759 return ContinueAction;
760 }
size_t mCallCount
Definition groebner.cpp:763
bool mInterrupted
Definition groebner.cpp:764
bool system_interrupted()

References mCallCount, mInterrupted, and system_interrupted().