vtf-logo

shells/utilities/MakeUniqueName.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
00004 // 
00005 //                                   Fehmi Cirak
00006 //                        California Institute of Technology
00007 //                           (C) 2004 All Rights Reserved
00008 //
00009 // <LicenseText>
00010 //
00011 // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
00012 //
00013 #ifndef MAKEUNIQUENAME_H
00014 #define MAKEUNIQUENAME_H
00015 
00016 #include <string>
00017 
00018 
00019 namespace utilities {
00020     std::string makeUniqueName(const int& step, 
00021                                const int& rank, 
00022                                const char * const first, 
00023                                const char * const second);
00024 }
00025 
00026 #endif

Generated on Fri Aug 24 13:00:24 2007 for SFC Thin-Shell Finite Element Solver by  doxygen 1.4.7