CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Programming & Development

Problem creating labelListListIOList

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 23, 2017, 10:02
Question Problem creating labelListListIOList
  #1
Member
 
Join Date: Sep 2010
Location: Leipzig, Germany
Posts: 93
Rep Power: 15
oswald is on a distinguished road
Dear Foamers,

I am trying to create an IOList of labelListLists:

Code:
    List<labelListList> dummyLabelListListList(0);

    IOList<labelListList> testList
    (
        IOobject
        (
            "dendriteCellNeighbours",
            runTime.timeName(),
            mesh,
            IOobject::READ_IF_PRESENT,
            IOobject::AUTO_WRITE
        ),
        dummyLabelListListList
    );
Compiling this throws the following error:
Code:
Make/linux64GccDPOpt/testApp.o: In function `Foam::IOList<Foam::List<Foam::List<int> > >::IOList(Foam::IOobject const&, Foam::List<Foam::List<Foam::List<int> > > const&)':
/opt/openfoam231/src/OpenFOAM/lnInclude/IOList.C:116: undefined reference to `Foam::IOList<Foam::List<Foam::List<int> > >::typeName'
Make/linux64GccDPOpt/testApp.o: In function `Foam::IOList<Foam::List<Foam::List<int> > >::type() const':
/opt/openfoam231/src/OpenFOAM/lnInclude/IOList.H:60: undefined reference to `Foam::IOList<Foam::List<Foam::List<int> > >::typeName'
collect2: error: ld returned 1 exit status
Does anyone have any idea, what the problem could be?

Thanks in advance,
oswald
oswald is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOWFA] NREL SOWFA ABLTerrainSolver tutorial problem cico0815 OpenFOAM Community Contributions 36 February 3, 2022 11:54
[DesignModeler] Problem with creating thickness raminostadi ANSYS Meshing & Geometry 1 February 12, 2017 10:21
[GAMBIT] Problem in creating Unite volumes aja1345 ANSYS Meshing & Geometry 15 February 15, 2016 09:29
[snappyHexMesh] Problem creating patches using snappyheymesh kewsinger OpenFOAM Meshing & Mesh Conversion 3 November 10, 2014 04:48
Having problem in creating a volume mech in GAMBIT Jake FLUENT 1 April 25, 2008 05:01


All times are GMT -4. The time now is 08:44.