openfoam/applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_number_timesets.H
Mark Olesen fa93ce8cd7 coding style adherence
- markup codingStyleGuide.org examples so they actually indent correctly

- use 'Info<<' as per codingStyleGuide instead of 'Info <<'
2009-11-27 15:39:14 +01:00

14 lines
204 B
C

int USERD_get_number_of_timesets
(
void
)
{
#ifdef ENSIGHTDEBUG
Info<< "Entering: USERD_get_number_of_timesets" << endl
<< flush;
#endif
Num_timesets = 1;
return Num_timesets;
}