GPLIB++
CollapseModel.h
Go to the documentation of this file.
1 #ifndef COLLAPSEMODEL_H_
2 #define COLLAPSEMODEL_H_
3 #include "gentypes.h"
4 
5 namespace gplib
6  {
7  //! Remove layers with identical parameters from the model and collapse them into a single layer each
8  void CollapseModel(ttranscribed &Thickness, ttranscribed &ParmValue);
9  }
10 #endif /*COLLAPSEMODEL_H_*/
ublas::vector< double > ttranscribed
Definition: gentypes.h:21
void CollapseModel(ttranscribed &Thickness, ttranscribed &ParmValue)
Remove layers with identical parameters from the model and collapse them into a single layer each...