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

Input file gli keyword #VOLUME

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_vol.cpp line 78

  78: 			break;
  79: 
  80: 		//----------------------------------------------------------------------
  81: 		if(line_string.find("#VOLUME") != std::string::npos) // keyword found
  82: 		{
  83: 			m_volume = new CGLVolume();
  84: 			position = m_volume->Read(&gli_file);

 214: 		return;
 215: 	else
 216: 	{
 217: 		fprintf(gli_file,"%s\n","#VOLUME");
 218: 		//-----------------------------------------------------------------
 219: 		fprintf(gli_file," %s\n","$NAME");
 220: 		char_string = name.data();

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

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.