Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MakeProject.C File Reference

Project name changing utility. More...

#include <iostream>
#include <fstream>
#include <sstream>
#include <string>
#include <vector>
#include <algorithm>
#include <cstdio>
#include "UnixUtils.H"
#include "FDUtils.H"
Include dependency graph for MakeProject.C:

Go to the source code of this file.

Namespaces

 GridConversion
 Project-specific namespace.
 

Functions

bool Excluded (const std::string &filename)
 Exclude certain template files from conversion in project creation. More...
 
int MakeProject (int argc, char *argv[])
 Creates a new project from an GridConversion base. More...
 
int main (int argc, char *argv[])
 

Detailed Description

Project name changing utility.

Author
Mike Campbell (mtcam.nosp@m.pbe@.nosp@m.illin.nosp@m.ois..nosp@m.edu)
Date

Definition in file MakeProject.C.

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 329 of file MakeProject.C.

References GridConversion::MakeProject().

330 {
331  return(GridConversion::MakeProject(argc,argv));
332 }
int MakeProject(int argc, char *argv[])
Creates a new project from an GridConversion base.
Definition: MakeProject.C:77

Here is the call graph for this function: