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

Input file ic keyword #STOP

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

Source code reading this keyword from Input files

FEM/rf_ic_new.cpp line 145

 145: 	{
 146: 		ic_file.getline(line, MAX_ZEILE);
 147: 		line_string = line;
 148: 		if (line_string.find("#STOP") != string::npos)
 149: 			return true;
 150: 
 151: 		// keyword found

 561: 	while (!d_file.eof())
 562: 	{
 563: 		line_string = GetLineFromFile1(&d_file);
 564: 		if(line_string.find("#STOP") != string::npos)
 565: 			break;
 566: 
 567: 		in.str(line_string);

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

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.