FEDEM Solver  R8.0
Source code of the dynamics solver
Functions
FiASCFile.C File Reference

External device function based on multi-column ASCII file. More...

#include <cctype>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include "FiDeviceFunctions/FiASCFile.H"
#include "FFaLib/FFaDefinitions/FFaAppInfo.H"
Include dependency graph for FiASCFile.C:

Functions

static int splitHeader (std::vector< std::string > &channels, const std::string &heading, unsigned int maxChn=0)
 Helper splitting the heading string into a vector of channel names. More...
 

Detailed Description

External device function based on multi-column ASCII file.

Function Documentation

◆ splitHeader()

static int splitHeader ( std::vector< std::string > &  channels,
const std::string &  heading,
unsigned int  maxChn = 0 
)
static

Helper splitting the heading string into a vector of channel names.