wiki:public/doc-auto/by_ext/pqc/H_stop
Last modified 3 years ago Last modified on 01/21/16 13:49:14

Input file pqc keyword #STOP

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

None.

Source code reading this keyword from Input files

FEM/rf_react.cpp line 599

 599: 	{
 600: 		pqc_infile.getline(line,MAX_ZEILE);
 601: 		line_string = line;
 602: 		if(line_string.find("#STOP") != string::npos)
 603: 			break;
 604: 		//-------------------------------------------------------------------------------------------------------------
 605: 		/* Schleife ueber Keyword Solution */

2062: 	{
2063: 		pqc_infile->getline(line,MAX_ZEILE);
2064: 		line_string = line;
2065: 		if(line_string.find("#STOP") != string::npos)
2066: 			break;
2067: 
2068:       /* Schleife ueber Keyword DATABASE */

3062: 	{
3063: 		pqc_infile.getline(line,MAX_ZEILE);
3064: 		line_string = line;
3065: 		if(line_string.find("#STOP") != string::npos)
3066: 			break;
3067: 		//-------------------------------------------------------------------------------------------------------------
3068: 		/* Schleife ueber Keyword Solution */

4737: 	{
4738: 		pqc_infile.getline(line,MAX_ZEILE);
4739: 		line_string = line;
4740: 		if(line_string.find("#STOP") != string::npos)
4741: 			break;
4742: 		//-------------------------------------------------------------------------------------------------------------
4743: 		/* loop for Keyword SOLUTION */

Last modified: 2016-01-21 13:49:06.209539

This page has been generated automatically. Do not edit it manually! It will be overwritten in regular intervals.

If you want to edit the handwritten part of this page, please do so here.