Home
last modified time | relevance | path

Searched refs:fg_result (Results 1 – 7 of 7) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/test_suite/
H A DfgCompilerOutputter.cxx140 fg_stream << "Ran " << fg_result->runTests() << " tests"; in printSuiteStats()
147 if (!fg_result->wasSuccessful()) { in printSuiteStats()
148 fg_stream << endl << "Failures = " << fg_result->testFailures() << endl; in printSuiteStats()
149 fg_stream << "Errors = " << fg_result->testErrors() << endl; in printSuiteStats()
H A DfgCompilerOutputter.hxx45 , fg_result(result) in fgCompilerOutputter()
73 CppUnit::TestResultCollector *fg_result; member in fgCompilerOutputter
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/common/
H A Dfstr_debug_dump.f9061 write(*,*) 'fg_result ', p%fg_result
H A Dfstr_setup.f90150 if( resul==1 ) P%PARAM%fg_result = 1
1869 if( res == 1 ) P%PARAM%fg_result = 1
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/main/
H A Dfistr_main.f90145 IRESULT => fstrPR%fg_result
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/analysis/heat/
H A Dheat_echo.f9073 write(ILOG,*) 'fg_result ', p%fg_result
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/lib/
H A Dm_fstr.f90156 integer(kind=kint) :: fg_result !< output result (kYES/kNO) (=IRESULT) component
965 fstrPARAM%fg_result = kOFF