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"
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[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 329 of file MakeProject.C.
References GridConversion::MakeProject().