Skip to content

Commit

Permalink
final removal of CVS history tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoopes committed Apr 21, 2020
1 parent 3f8ab07 commit 22e4880
Show file tree
Hide file tree
Showing 908 changed files with 902 additions and 2,473 deletions.
5 changes: 2 additions & 3 deletions attic/dmri_tensoreig/dmri_tensoreig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ static void MRIavg4(MRI *invol, int n4, int n5);
static void MRIavg5(MRI *invol, int n4, int n5);
static float avgsnr(MRI *invol, MRI *mask, int frame0, int nframe);

static char vcid[] = "$Id$";

const char *Progname ;
FILE *fpin;
Expand Down Expand Up @@ -645,7 +644,7 @@ static void print_help(void) {

/* --------------------------------------------- */
static void print_version(void) {
printf("%s\n", vcid) ;
std::cout << getVersion() << std::endl;
exit(1) ;
}

Expand Down Expand Up @@ -682,7 +681,7 @@ static void usage_exit(void) {
/* --------------------------------------------- */
static void dump_options(FILE *fp) {
fprintf(fp, "\n");
fprintf(fp, "%s\n", vcid);
fprintf(fp, "%s\n", getVersion().c_str());
fprintf(fp, "Cwd %s\n", cwd);
fprintf(fp, "Cmdline %s\n", cmdline);
fprintf(fp, "Sysname %s\n", uts.sysname);
Expand Down
4 changes: 1 addition & 3 deletions attic/histo_fix_topology/histo_fix_topology.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@

#define RGB_SIZE 500

static char vcid[] =
"$Id: histo_fix_topology.c,v 1.3 2011/03/02 00:04:09 nicks Exp $";

static int get_option(int argc, char *argv[]) ;
static void usage_exit(void) ;
Expand Down Expand Up @@ -217,7 +215,7 @@ print_help(void) {

static void
print_version(void) {
fprintf(stderr, "%s\n", vcid) ;
fprintf(stderr, "%s\n", getVersion().c_str()) ;
exit(1) ;
}

Expand Down
4 changes: 1 addition & 3 deletions attic/histo_segment/histo_segment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@

#define RGB_SIZE 500

static char vcid[] =
"$Id: histo_segment.c,v 1.2 2011/03/02 00:04:09 nicks Exp $";

#if 0
static int write_snapshot(MRI *mri, MRI *mri_src, MRI *mri_dst, MATRIX *m, char *base, int n, int level, DENSITY *density, MRI *mri_seg) ;
Expand Down Expand Up @@ -165,7 +163,7 @@ print_help(void) {

static void
print_version(void) {
fprintf(stderr, "%s\n", vcid) ;
fprintf(stderr, "%s\n", getVersion().c_str()) ;
exit(1) ;
}

Expand Down
3 changes: 1 addition & 2 deletions attic/mri_aseg_edit_reclassify/mri_aseg_edit_reclassify.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
#include "cma.h"
#include "class_array.h"

static char vcid[] = "$Id: mri_aseg_edit_reclassify.c,v 1.5 2011/03/02 00:04:13 nicks Exp $";


/*-------------------------------- CONSTANTS -----------------------------*/
Expand Down Expand Up @@ -249,7 +248,7 @@ print_help(void) {

static void
print_version(void) {
fprintf(stderr, "%s\n", vcid) ;
fprintf(stderr, "%s\n", getVersion().c_str()) ;
exit(1) ;
}

3 changes: 1 addition & 2 deletions attic/mri_aseg_edit_train/mri_aseg_edit_train.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
#include "cma.h"
#include "class_array.h"

static char vcid[] = "$Id: mri_aseg_edit_train.c,v 1.3 2011/03/02 00:04:13 nicks Exp $";


/*-------------------------------- CONSTANTS -----------------------------*/
Expand Down Expand Up @@ -504,7 +503,7 @@ print_help(void) {

static void
print_version(void) {
fprintf(stderr, "%s\n", vcid) ;
fprintf(stderr, "%s\n", getVersion().c_str()) ;
exit(1) ;
}

Expand Down
4 changes: 1 addition & 3 deletions attic/mri_bc_sc_bias_correct/mri_bc_sc_bias_correct.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
#include "proto.h"
#include "macros.h"

static char vcid[] =
"$Id: mri_bc_sc_bias_correct.c,v 1.5 2011/03/02 00:04:13 nicks Exp $";

int main(int argc, char *argv[]) ;
static int get_option(int argc, char *argv[]) ;
Expand Down Expand Up @@ -209,6 +207,6 @@ print_help(void) {

static void
print_version(void) {
fprintf(stderr, "%s\n", vcid) ;
fprintf(stderr, "%s\n", getVersion().c_str()) ;
exit(1) ;
}
2 changes: 0 additions & 2 deletions attic/mri_cc_ma_fill/mri_cc_ma_fill.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
#include "version.h"
#include "error.h"

//static char vcid[] = "$Id: mri_cc_ma_fill.c,v 1.3 2011/03/02 00:04:14 nicks Exp $";


typedef struct medial_axis_type_ {
float x,y; /* curr position */
Expand Down
2 changes: 0 additions & 2 deletions attic/mri_cc_medial_axis/mri_cc_medial_axis.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@
#include "matrix.h"
#include "mriTransform.h"

//static char vcid[] = "$Id: mri_cc_medial_axis.c,v 1.4 2011/03/02 00:04:14 nicks Exp $";


int main(int argc, char *argv[]) ;
static int get_option(int argc, char *argv[]) ;
Expand Down
5 changes: 2 additions & 3 deletions attic/mri_convert_mdh/mri_convert_mdh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include "version.h"

#ifndef lint
static char vcid[] = "$Id: mri_convert_mdh.c,v 1.27 2011/03/02 00:04:14 nicks Exp $";
#endif /* lint */

#define MDH_SIZE 128 //Number of bytes in the miniheader
Expand Down Expand Up @@ -700,7 +699,7 @@ static void print_usage(void) {
static void print_help(void) {
print_usage() ;
printf("\n");
printf("%s\n", vcid) ;
std::cout << getVersion() << std::endl;
printf("\n");
printf(

Expand Down Expand Up @@ -776,7 +775,7 @@ static void print_help(void) {
}
/* --------------------------------------------- */
static void print_version(void) {
printf("%s\n", vcid) ;
std::cout << getVersion() << std::endl;
exit(1) ;
}
/* --------------------------------------------- */
Expand Down
3 changes: 1 addition & 2 deletions attic/mri_extract_conditions/mri_extract_conditions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include "proto.h"
#include "version.h"

static char vcid[] = "$Id: mri_extract_conditions.c,v 1.5 2011/03/02 00:04:15 nicks Exp $";

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

Expand Down Expand Up @@ -176,7 +175,7 @@ print_help(void) {

static void
print_version(void) {
fprintf(stderr, "%s\n", vcid) ;
fprintf(stderr, "%s\n", getVersion().c_str()) ;
exit(1) ;
}

Expand Down
1 change: 0 additions & 1 deletion attic/mri_extract_ma_intensity/mri_extract_ma_intensity.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
#include "matrix.h"
#include "mriTransform.h"

//static char vcid[] = "$Id: mri_extract_ma_intensity.c,v 1.4 2011/03/02 00:04:15 nicks Exp $";

int main(int argc, char *argv[]) ;
static int get_option(int argc, char *argv[]) ;
Expand Down
8 changes: 3 additions & 5 deletions attic/mri_fcili/mri_fcili.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
*/


// $Id: mri_fcili.c,v 1.3 2013/11/22 19:41:44 greve Exp $

/*
BEGINHELP
Expand Down Expand Up @@ -69,7 +68,6 @@ static void dump_options(FILE *fp);
int main(int argc, char *argv[]) ;
MRI *MRIfcIntrinsicLI(MRI *lh, MRI *rh, double DenThresh);

static char vcid[] = "$Id: mri_fcili.c,v 1.3 2013/11/22 19:41:44 greve Exp $";
const char *Progname = NULL;
char *cmdline, cwd[2000];
int debug=0;
Expand Down Expand Up @@ -362,7 +360,7 @@ static void print_usage(void) {
printf(" --help print out information on how to use this program\n");
printf(" --version print out version and exit\n");
printf("\n");
printf("%s\n", vcid) ;
std::cout << getVersion() << std::endl;
printf("\n");
}
/*-----------------------------------------------------------*/
Expand All @@ -378,13 +376,13 @@ static void print_help(void) {
}
/*-----------------------------------------------------------*/
static void print_version(void) {
printf("%s\n", vcid) ;
std::cout << getVersion() << std::endl;
exit(1) ;
}
/*-----------------------------------------------------------*/
static void dump_options(FILE *fp) {
fprintf(fp,"\n");
fprintf(fp,"%s\n",vcid);
fprintf(fp,"%s\n", getVersion().c_str());
fprintf(fp,"cwd %s\n",cwd);
fprintf(fp,"cmdline %s\n",cmdline);
fprintf(fp,"sysname %s\n",uts.sysname);
Expand Down
5 changes: 2 additions & 3 deletions attic/mri_gdfglm/mri_gdfglm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ static int WriteClassDat(char *base, char *Class, FSGD *fsgd,
//static int stringmatch(char *str1, char *str2);
int main(int argc, char *argv[]) ;

static char vcid[] = "$Id: mri_gdfglm.c,v 1.9 2011/05/05 15:28:03 greve Exp $";
const char *Progname = "mri_gdfglm";

typedef struct tagCOVARPRUNE {
Expand Down Expand Up @@ -164,7 +163,7 @@ int main(int argc, char **argv) {
printf("%s ",Progname);
for (n=0; n < argc; n++) printf("%s ",argv[n]);
printf("\n\n");
printf("%s\n\n",vcid);
printf("%s\n\n",getVersion().c_str());

parse_commandline(argc, argv);
check_options();
Expand Down Expand Up @@ -600,7 +599,7 @@ static void print_help(void) {
}
/* --------------------------------------------- */
static void print_version(void) {
printf("%s\n", vcid) ;
std::cout << getVersion() << std::endl;
exit(1) ;
}
/* --------------------------------------------- */
Expand Down
7 changes: 3 additions & 4 deletions attic/mri_ibmc/mri_ibmc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ static void print_version(void) ;
static void dump_options(FILE *fp);
int main(int argc, char *argv[]) ;

static char vcid[] = "$Id: mri_ibmc.c,v 1.13 2011/08/16 22:24:02 greve Exp $";
const char *Progname = NULL;
char *cmdline, cwd[2000];
int debug=0;
Expand Down Expand Up @@ -969,7 +968,7 @@ static void print_usage(void) {
printf(" --help print out information on how to use this program\n");
printf(" --version print out version and exit\n");
printf("\n");
printf("%s\n", vcid) ;
std::cout << getVersion() << std::endl;
printf("\n");
}
/*------------------------------------------------------------------*/
Expand All @@ -980,7 +979,7 @@ static void print_help(void) {
}
/*------------------------------------------------------------------*/
static void print_version(void) {
printf("%s\n", vcid) ;
std::cout << getVersion() << std::endl;
exit(1) ;
}
/*------------------------------------------------------------------*/
Expand All @@ -1000,7 +999,7 @@ static void check_options(void) {
/*------------------------------------------------------------------*/
static void dump_options(FILE *fp) {
fprintf(fp,"\n");
fprintf(fp,"%s\n",vcid);
fprintf(fp,"%s\n", getVersion().c_str());
fprintf(fp,"cwd %s\n",cwd);
fprintf(fp,"cmdline %s\n",cmdline);
fprintf(fp,"sysname %s\n",uts.sysname);
Expand Down
6 changes: 1 addition & 5 deletions attic/mri_interpolate/mri_interpolate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,7 @@ main(int argc, char *argv[]) {
int ac, nargs=0, x, y, z ;
double val;

make_cmd_version_string
(argc, argv,
"$Id: mri_interpolate.c,v 1.5 2011/10/06 01:18:12 fischl Exp $",
"$Name: $",cmdline);
make_cmd_version_string
make_cmd_version_string(argc, argv, "mri_interpolate.cpp", "$Name: $",cmdline);
std::string cmdline = getAllInfo(argc, argv, "mri_interpolate");

setRandomSeed(-1L) ;
Expand Down
3 changes: 1 addition & 2 deletions attic/mri_make_density_map/mri_make_density_map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@

#define UNIT_VOLUME 128

static char vcid[] = "$Id: mri_make_density_map.c,v 1.8 2011/03/02 00:04:22 nicks Exp $";

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

Expand Down Expand Up @@ -362,7 +361,7 @@ print_help(void) {

static void
print_version(void) {
fprintf(stderr, "%s\n", vcid) ;
fprintf(stderr, "%s\n", getVersion().c_str()) ;
exit(1) ;
}

Expand Down
3 changes: 1 addition & 2 deletions attic/mri_map_atrophy/mri_map_atrophy.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include "gcamorph.h"


static char vcid[] = "$Id: mri_map_atrophy.c,v 1.4 2011/03/02 00:04:22 nicks Exp $";


static MRI *make_atrophy_map(MRI *mri_time1, MRI *mri_time2, MRI *mri_dst, TRANSFORM *transform1, TRANSFORM *transform2,
Expand Down Expand Up @@ -193,7 +192,7 @@ print_help(void) {

static void
print_version(void) {
fprintf(stderr, "%s\n", vcid) ;
fprintf(stderr, "%s\n", getVersion().c_str()) ;
exit(1) ;
}

Expand Down
4 changes: 0 additions & 4 deletions attic/mri_ms_EM/PoissonSolver.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
*/


/* CVS Version Info
$Id: PoissonSolver.h,v 1.3 2011/03/02 00:04:23 nicks Exp $
*/

#ifndef POISSON_SOLVER_H
#define POISSON_SOLVER_H

Expand Down
4 changes: 0 additions & 4 deletions attic/mri_ms_EM_with_atlas/PoissonSolver.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
*/


/* CVS Version Info
$Id: PoissonSolver.h,v 1.3 2011/03/02 00:04:23 nicks Exp $
*/

#ifndef POISSON_SOLVER_H
#define POISSON_SOLVER_H

Expand Down
2 changes: 0 additions & 2 deletions attic/mri_segment_tumor/mri_segment_tumor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
*/


// $Id: mri_segment_tumor.c,v 1.3 2011/10/31 18:30:41 fischl Exp $

/*
BEGINHELP
Expand Down Expand Up @@ -61,7 +60,6 @@

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

static char vcid[] = "$Id: mri_segment_tumor.c,v 1.3 2011/10/31 18:30:41 fischl Exp $";
const char *Progname = NULL;
//char *cmdline, cwd[2000];
//struct utsname uts;
Expand Down
4 changes: 1 addition & 3 deletions attic/mri_threshold/mri_threshold.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
#include "proto.h"
#include "macros.h"

static char vcid[] =
"$Id: mri_threshold.c,v 1.10 2015/09/02 18:33:01 lzollei Exp $";

int main(int argc, char *argv[]) ;
static int get_option(int argc, char *argv[]) ;
Expand Down Expand Up @@ -193,6 +191,6 @@ print_help(void) {

static void
print_version(void) {
fprintf(stderr, "%s\n", vcid) ;
fprintf(stderr, "%s\n", getVersion().c_str()) ;
exit(1) ;
}
Loading

0 comments on commit 22e4880

Please sign in to comment.