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

Input file gli 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

GEO/geo_ply.cpp line 521

 521: 		gli_file.getline(line, MAX_ZEILEN);
 522: 		line_string = line;
 523: 
 524: 		if(line_string.find("#STOP") != string::npos) //11.08.2011. WW
 525: 			break;
 526: 
 527: 		//----------------------------------------------------------------------

GEO/geo_pnt.cpp line 227

 227: 		dat_in.getline(line,MAX_ZEILEN);
 228: 		line_string = line;
 229: 
 230: 		if(line_string.find("#STOP") != string::npos) //11.08.2011. WW
 231: 			break;
 232: 		if(line_string.find("#POINTS") != string::npos)
 233: 			while (ok)

GEO/geo_sfc.cpp line 999

 999: 	{
1000: 		gli_file.getline(line,MAX_ZEILEN);
1001: 		line_string = line;
1002: 		if(line_string.find("#STOP") != string::npos) //11.08.2011. WW
1003: 			break;
1004: 
1005: 		//----------------------------------------------------------------------

GEO/geo_vol.cpp line 74

  74: 	{
  75: 		gli_file.getline(line,MAX_ZEILEN);
  76: 		line_string = line;
  77: 		if(line_string.find("#STOP") != string::npos) //11.08.2011. WW
  78: 			break;
  79: 
  80: 		//----------------------------------------------------------------------

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

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.