00001 #ifndef COLLAPSEMODEL_H_ 00002 #define COLLAPSEMODEL_H_ 00003 #include "gentypes.h" 00004 00005 namespace gplib 00006 { 00007 //! Remove layers with identical parameters from the model and collapse them into a single layer each 00008 void CollapseModel(ttranscribed &Thickness, ttranscribed &ParmValue); 00009 } 00010 #endif /*COLLAPSEMODEL_H_*/
1.5.8