Skip to content
Snippets Groups Projects
HydroMechanicsProcess-fwd.h 472 B
Newer Older
  • Learn to ignore specific revisions
  • /**
     * \copyright
     * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org)
     *            Distributed under a Modified BSD License.
     *              See accompanying file LICENSE.txt or
     *              http://www.opengeosys.org/project/license
     *
     */
    
    
    
    #include "HydroMechanicsProcess.h"
    
    extern template class ProcessLib::HydroMechanics::HydroMechanicsProcess<2>;
    extern template class ProcessLib::HydroMechanics::HydroMechanicsProcess<3>;