Changeset 89 for cpp/gdk/model.cpp


Ignore:
Timestamp:
06/30/13 17:05:31 (12 years ago)
Author:
sz
Message:

all test applications are compilable again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/gdk/model.cpp

    r82 r89  
    88#include "multimap.h"
    99#include "errmanager.h"
    10 
    11 #define FIELDSTRUCT Model
    12 ParamEntry f0_model_paramtab[]=
    13 {
    14 {"Model",1,2,"m",},
    15 {"se",2,0,"startenergy","f",FIELD(startenergy),},
    16 {"Vstyle",2,0,"vis_style","s",FIELD(vis_style),},
    17 {0,0,0,},
    18 };
    19 #undef FIELDSTRUCT
    2010
    2111Model::Model()
Note: See TracChangeset for help on using the changeset viewer.